Shades of Grey Suit #99969F
Tints of Grey Suit #99969F
RGB
CMYK
RGB Variations
Color information
#99969F (or 0x99969F) is known color: Grey Suit. HEX triplet: 99, 96 and 9F. RGB value is (153,150,159). Sum of RGB (Red+Green+Blue) = 153+150+159=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 159 - color contains mainly: blue. Hex color #99969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99969F is #666960. Grayscale: #979797. Windows color (decimal): -6711649 or 10458777. OLE color: 10458777.
HSL color Cylindrical-coordinate representation of color #99969F: hue angle of 260º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99969F is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 150 | 159 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.38 |
| HSL | 260º | 0.04% | 0.61% | - |
| HSV(B) | 260º | 0.06% | 0.62% | - |
| XYZ | 30.3 | 31.09 | 37.2 | - |
| YUV | 151.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 159 | 0.04 | 0.06 | 0 | 0.38 | 260 | 0.04 | 0.61 |
| Hex | 99 | 96 | 9F | 4 | 6 | 0 | 26 | 104 | 4 | 3D |
| Octal | 231 | 226 | 237 | 4 | 6 | 0 | 46 | 404 | 4 | 75 |
| Binary | 10011001 | 10010110 | 10011111 | 100 | 110 | 0 | 100110 | 100000100 | 100 | 111101 |
Color Harmonies of #99969F
Complementary color
Monochromatic Colors of #99969F
Black with #99969F
Text Example
Text Example
White with #99969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99969F; }
p { color: rgb(153,150,159); }
H1.HeaderClassName
{
color: #99969F;
}
.AnyTagClassName
{
color: #99969F;
}
</style>
background-color css
<style>
a { background-color: #99969F; }
a { background-color: rgb(153,150,159); }
div.DivClassName
{
background-color: #99969F;
}
.BgClassName
{
background-color: #99969F;
}
</style>
border-color css
<style>
span { border-color: #99969F; }
span { border-color: rgb(153,150,159); }
td.TdClassName
{
border-color: #99969F;
}
.TagClassName
{
border-color: #99969F;
}
</style>