Shades of Grey Chateau #969A9C
Tints of Grey Chateau #969A9C
RGB
CMYK
RGB Variations
Color information
#969A9C (or 0x969A9C) is known color: Grey Chateau. HEX triplet: 96, 9A and 9C. RGB value is (150,154,156). Sum of RGB (Red+Green+Blue) = 150+154+156=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 156 - color contains mainly: blue. Hex color #969A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A9C is #696563. Grayscale: #999999. Windows color (decimal): -6907236 or 10263190. OLE color: 10263190.
HSL color Cylindrical-coordinate representation of color #969A9C: hue angle of 200º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969A9C is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 154 | 156 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.39 |
| HSL | 200º | 0.03% | 0.6% | - |
| HSV(B) | 200º | 0.04% | 0.61% | - |
| XYZ | 30.13 | 32 | 36.04 | - |
| YUV | 153.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 156 | 0.04 | 0.01 | 0 | 0.39 | 200 | 0.03 | 0.6 |
| Hex | 96 | 9A | 9C | 4 | 1 | 0 | 27 | C8 | 3 | 3C |
| Octal | 226 | 232 | 234 | 4 | 1 | 0 | 47 | 310 | 3 | 74 |
| Binary | 10010110 | 10011010 | 10011100 | 100 | 1 | 0 | 100111 | 11001000 | 11 | 111100 |
Color Harmonies of #969A9C
Complementary color
Monochromatic Colors of #969A9C
Black with #969A9C
Text Example
Text Example
White with #969A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A9C; }
p { color: rgb(150,154,156); }
H1.HeaderClassName
{
color: #969A9C;
}
.AnyTagClassName
{
color: #969A9C;
}
</style>
background-color css
<style>
a { background-color: #969A9C; }
a { background-color: rgb(150,154,156); }
div.DivClassName
{
background-color: #969A9C;
}
.BgClassName
{
background-color: #969A9C;
}
</style>
border-color css
<style>
span { border-color: #969A9C; }
span { border-color: rgb(150,154,156); }
td.TdClassName
{
border-color: #969A9C;
}
.TagClassName
{
border-color: #969A9C;
}
</style>