Shades of Santas Grey #96969C
Tints of Santas Grey #96969C
RGB
CMYK
RGB Variations
Color information
#96969C (or 0x96969C) is known color: Santas Grey. HEX triplet: 96, 96 and 9C. RGB value is (150,150,156). Sum of RGB (Red+Green+Blue) = 150+150+156=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 156 - color contains mainly: blue. Hex color #96969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969C is #696963. Grayscale: #969696. Windows color (decimal): -6908260 or 10262166. OLE color: 10262166.
HSL color Cylindrical-coordinate representation of color #96969C: hue angle of 240º 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 #96969C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 150 | 156 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.39 |
| HSL | 240º | 0.03% | 0.6% | - |
| HSV(B) | 240º | 0.04% | 0.61% | - |
| XYZ | 29.48 | 30.7 | 35.82 | - |
| YUV | 150.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 156 | 0.04 | 0.04 | 0 | 0.39 | 240 | 0.03 | 0.6 |
| Hex | 96 | 96 | 9C | 4 | 4 | 0 | 27 | F0 | 3 | 3C |
| Octal | 226 | 226 | 234 | 4 | 4 | 0 | 47 | 360 | 3 | 74 |
| Binary | 10010110 | 10010110 | 10011100 | 100 | 100 | 0 | 100111 | 11110000 | 11 | 111100 |
Color Harmonies of #96969C
Complementary color
Monochromatic Colors of #96969C
Black with #96969C
Text Example
Text Example
White with #96969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96969C; }
p { color: rgb(150,150,156); }
H1.HeaderClassName
{
color: #96969C;
}
.AnyTagClassName
{
color: #96969C;
}
</style>
background-color css
<style>
a { background-color: #96969C; }
a { background-color: rgb(150,150,156); }
div.DivClassName
{
background-color: #96969C;
}
.BgClassName
{
background-color: #96969C;
}
</style>
border-color css
<style>
span { border-color: #96969C; }
span { border-color: rgb(150,150,156); }
td.TdClassName
{
border-color: #96969C;
}
.TagClassName
{
border-color: #96969C;
}
</style>