mostly black
Enter any color value (e.g., #26286b, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#969696 color RGB value is (150,150,150)
#969696 color CMYK value
#969696 color HSL value
HSV(or HSB) | 0° | 0 | 58.8 |
XYZ | 28.989 | 30.499 | 33.213 |
Yxy | 0.313 | 0.329 | 30.499 |
LAB | 62.082 | 0.004 | -0.007 |
LUV | 62.082 | 0.001 | -0.011 |
Hunter-LAB | 55.226 | -2.947 | 3.001 |
CIE-LCH | 62.082 | 0.008 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 96 | 96 | 96 |
Decimal | 150 | 150 | 150 |
Octal | 226 | 226 | 226 |
Binary | 10010110 | 10010110 | 10010110 |
This text has a font color of #969696.
<span style="color:#969696">Text here</span>
This paragraph has a background color of #969696.
<p style="background-color:#969696;">Content here</p>
This element has a border color of #969696.
<div style="border:1px #969696;">Content here</div>
.text {color:#969696;}
.background {background-color:#969696;}
.border {border:1px solid #969696;}
.text-shadow {border:1px solid #969696;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f6f6f6 is the lightest one.