Shades of Santas Grey #96969D
Tints of Santas Grey #96969D
RGB
CMYK
RGB Variations
Color information
#96969D (or 0x96969D) is known color: Santas Grey. HEX triplet: 96, 96 and 9D. RGB value is (150,150,157). Sum of RGB (Red+Green+Blue) = 150+150+157=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 157 - color contains mainly: blue. Hex color #96969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96969D is #696962. Grayscale: #969696. Windows color (decimal): -6908259 or 10327702. OLE color: 10327702.
HSL color Cylindrical-coordinate representation of color #96969D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #96969D is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 150 | 150 | 157 | - |
CMYK | 0.04 | 0.04 | 0 | 0.38 |
HSL | 240º | 0.03% | 0.6% | - |
HSV(B) | 240º | 0.04% | 0.62% | - |
XYZ | 29.57 | 30.73 | 36.27 | - |
YUV | 150.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 150 | 157 | 0.04 | 0.04 | 0 | 0.38 | 240 | 0.03 | 0.6 |
Hex | 96 | 96 | 9D | 4 | 4 | 0 | 26 | F0 | 3 | 3C |
Octal | 226 | 226 | 235 | 4 | 4 | 0 | 46 | 360 | 3 | 74 |
Binary | 10010110 | 10010110 | 10011101 | 100 | 100 | 0 | 100110 | 11110000 | 11 | 111100 |
Color Harmonies of #96969D
Complementary color
Monochromatic Colors of #96969D
Black with #96969D
Text Example
Text Example
White with #96969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96969D; }
p { color: rgb(150,150,157); }
H1.HeaderClassName
{
color: #96969D;
}
.AnyTagClassName
{
color: #96969D;
}
</style>
background-color css
<style>
a { background-color: #96969D; }
a { background-color: rgb(150,150,157); }
div.DivClassName
{
background-color: #96969D;
}
.BgClassName
{
background-color: #96969D;
}
</style>
border-color css
<style>
span { border-color: #96969D; }
span { border-color: rgb(150,150,157); }
td.TdClassName
{
border-color: #96969D;
}
.TagClassName
{
border-color: #96969D;
}
</style>