Shades of Grey Chateau #96999E
Tints of Grey Chateau #96999E
RGB
CMYK
RGB Variations
Color information
#96999E (or 0x96999E) is known color: Grey Chateau. HEX triplet: 96, 99 and 9E. RGB value is (150,153,158). Sum of RGB (Red+Green+Blue) = 150+153+158=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 158 - color contains mainly: blue. Hex color #96999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999E is #696661. Grayscale: #989898. Windows color (decimal): -6907490 or 10394006. OLE color: 10394006.
HSL color Cylindrical-coordinate representation of color #96999E: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #96999E is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 153 | 158 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.38 |
| HSL | 217.5º | 0.04% | 0.6% | - |
| HSV(B) | 217.5º | 0.05% | 0.62% | - |
| XYZ | 30.14 | 31.74 | 36.88 | - |
| YUV | 152.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 158 | 0.05 | 0.03 | 0 | 0.38 | 217.5 | 0.04 | 0.6 |
| Hex | 96 | 99 | 9E | 5 | 3 | 0 | 26 | DA | 4 | 3C |
| Octal | 226 | 231 | 236 | 5 | 3 | 0 | 46 | 332 | 4 | 74 |
| Binary | 10010110 | 10011001 | 10011110 | 101 | 11 | 0 | 100110 | 11011010 | 100 | 111100 |
Color Harmonies of #96999E
Complementary color
Monochromatic Colors of #96999E
Black with #96999E
Text Example
Text Example
White with #96999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96999E; }
p { color: rgb(150,153,158); }
H1.HeaderClassName
{
color: #96999E;
}
.AnyTagClassName
{
color: #96999E;
}
</style>
background-color css
<style>
a { background-color: #96999E; }
a { background-color: rgb(150,153,158); }
div.DivClassName
{
background-color: #96999E;
}
.BgClassName
{
background-color: #96999E;
}
</style>
border-color css
<style>
span { border-color: #96999E; }
span { border-color: rgb(150,153,158); }
td.TdClassName
{
border-color: #96999E;
}
.TagClassName
{
border-color: #96999E;
}
</style>