Shades of Nobel #969696
Tints of Nobel #969696
RGB
CMYK
RGB Variations
Color information
#969696 (or 0x969696) is known color: Nobel. HEX triplet: 96, 96 and 96. RGB value is (150,150,150). Sum of RGB (Red+Green+Blue) = 150+150+150=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 150 - color contains mainly: red, green, blue. Hex color #969696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969696 is #696969. Grayscale: #969696. Windows color (decimal): -6908266 or 9868950. OLE color: 9868950.
HSL color Cylindrical-coordinate representation of color #969696: hue angle of 0º degrees, saturation: 0, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0%. Process color model (Four color, CMYK) of #969696 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 150 | 150 | - |
CMYK | 0 | 0 | 0 | 0.41 |
HSL | 0º | 0% | 0.59% | - |
HSV(B) | 0º | 0% | 0.59% | - |
XYZ | 28.99 | 30.5 | 33.21 | - |
YUV | 150 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 150 | 150 | 0 | 0 | 0 | 0.41 | 0 | 0 | 0.59 |
Hex | 96 | 96 | 96 | 0 | 0 | 0 | 29 | 0 | 0 | 3B |
Octal | 226 | 226 | 226 | 0 | 0 | 0 | 51 | 0 | 0 | 73 |
Binary | 10010110 | 10010110 | 10010110 | 0 | 0 | 0 | 101001 | 0 | 0 | 111011 |
Color Harmonies of #969696
Complementary color
Monochromatic Colors of #969696
Black with #969696
Text Example
Text Example
White with #969696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969696; }
p { color: rgb(150,150,150); }
H1.HeaderClassName
{
color: #969696;
}
.AnyTagClassName
{
color: #969696;
}
</style>
background-color css
<style>
a { background-color: #969696; }
a { background-color: rgb(150,150,150); }
div.DivClassName
{
background-color: #969696;
}
.BgClassName
{
background-color: #969696;
}
</style>
border-color css
<style>
span { border-color: #969696; }
span { border-color: rgb(150,150,150); }
td.TdClassName
{
border-color: #969696;
}
.TagClassName
{
border-color: #969696;
}
</style>