Shades of Santas Grey #99999C
Tints of Santas Grey #99999C
RGB
CMYK
RGB Variations
Color information
#99999C (or 0x99999C) is known color: Santas Grey. HEX triplet: 99, 99 and 9C. RGB value is (153,153,156). Sum of RGB (Red+Green+Blue) = 153+153+156=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 156 - color contains mainly: blue. Hex color #99999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999C is #666663. Grayscale: #999999. Windows color (decimal): -6710884 or 10262937. OLE color: 10262937.
HSL color Cylindrical-coordinate representation of color #99999C: hue angle of 240º degrees, saturation: 0.01, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #99999C is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 153 | 156 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.39 |
| HSL | 240º | 0.01% | 0.61% | - |
| HSV(B) | 240º | 0.02% | 0.61% | - |
| XYZ | 30.53 | 31.96 | 36.01 | - |
| YUV | 153.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 156 | 0.02 | 0.02 | 0 | 0.39 | 240 | 0.01 | 0.61 |
| Hex | 99 | 99 | 9C | 2 | 2 | 0 | 27 | F0 | 1 | 3D |
| Octal | 231 | 231 | 234 | 2 | 2 | 0 | 47 | 360 | 1 | 75 |
| Binary | 10011001 | 10011001 | 10011100 | 10 | 10 | 0 | 100111 | 11110000 | 1 | 111101 |
Color Harmonies of #99999C
Complementary color
Monochromatic Colors of #99999C
Black with #99999C
Text Example
Text Example
White with #99999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99999C; }
p { color: rgb(153,153,156); }
H1.HeaderClassName
{
color: #99999C;
}
.AnyTagClassName
{
color: #99999C;
}
</style>
background-color css
<style>
a { background-color: #99999C; }
a { background-color: rgb(153,153,156); }
div.DivClassName
{
background-color: #99999C;
}
.BgClassName
{
background-color: #99999C;
}
</style>
border-color css
<style>
span { border-color: #99999C; }
span { border-color: rgb(153,153,156); }
td.TdClassName
{
border-color: #99999C;
}
.TagClassName
{
border-color: #99999C;
}
</style>