Shades of Santas Grey #99999F
Tints of Santas Grey #99999F
RGB
CMYK
RGB Variations
Color information
#99999F (or 0x99999F) is known color: Santas Grey. HEX triplet: 99, 99 and 9F. RGB value is (153,153,159). Sum of RGB (Red+Green+Blue) = 153+153+159=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 159 - color contains mainly: blue. Hex color #99999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999F is #666660. Grayscale: #999999. Windows color (decimal): -6710881 or 10459545. OLE color: 10459545.
HSL color Cylindrical-coordinate representation of color #99999F: hue angle of 240º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #99999F is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 153 | 159 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.38 |
| HSL | 240º | 0.03% | 0.61% | - |
| HSV(B) | 240º | 0.04% | 0.62% | - |
| XYZ | 30.79 | 32.06 | 37.37 | - |
| YUV | 153.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 159 | 0.04 | 0.04 | 0 | 0.38 | 240 | 0.03 | 0.61 |
| Hex | 99 | 99 | 9F | 4 | 4 | 0 | 26 | F0 | 3 | 3D |
| Octal | 231 | 231 | 237 | 4 | 4 | 0 | 46 | 360 | 3 | 75 |
| Binary | 10011001 | 10011001 | 10011111 | 100 | 100 | 0 | 100110 | 11110000 | 11 | 111101 |
Color Harmonies of #99999F
Complementary color
Monochromatic Colors of #99999F
Black with #99999F
Text Example
Text Example
White with #99999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99999F; }
p { color: rgb(153,153,159); }
H1.HeaderClassName
{
color: #99999F;
}
.AnyTagClassName
{
color: #99999F;
}
</style>
background-color css
<style>
a { background-color: #99999F; }
a { background-color: rgb(153,153,159); }
div.DivClassName
{
background-color: #99999F;
}
.BgClassName
{
background-color: #99999F;
}
</style>
border-color css
<style>
span { border-color: #99999F; }
span { border-color: rgb(153,153,159); }
td.TdClassName
{
border-color: #99999F;
}
.TagClassName
{
border-color: #99999F;
}
</style>