Shades of Grey Suit #99959F
Tints of Grey Suit #99959F
RGB
CMYK
RGB Variations
Color information
#99959F (or 0x99959F) is known color: Grey Suit. HEX triplet: 99, 95 and 9F. RGB value is (153,149,159). Sum of RGB (Red+Green+Blue) = 153+149+159=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 159 - color contains mainly: blue. Hex color #99959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99959F is #666A60. Grayscale: #979797. Windows color (decimal): -6711905 or 10458521. OLE color: 10458521.
HSL color Cylindrical-coordinate representation of color #99959F: hue angle of 264º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99959F is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 149 | 159 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.38 |
| HSL | 264º | 0.05% | 0.6% | - |
| HSV(B) | 264º | 0.06% | 0.62% | - |
| XYZ | 30.14 | 30.77 | 37.15 | - |
| YUV | 151.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 159 | 0.04 | 0.06 | 0 | 0.38 | 264 | 0.05 | 0.6 |
| Hex | 99 | 95 | 9F | 4 | 6 | 0 | 26 | 108 | 5 | 3C |
| Octal | 231 | 225 | 237 | 4 | 6 | 0 | 46 | 410 | 5 | 74 |
| Binary | 10011001 | 10010101 | 10011111 | 100 | 110 | 0 | 100110 | 100001000 | 101 | 111100 |
Color Harmonies of #99959F
Complementary color
Monochromatic Colors of #99959F
Black with #99959F
Text Example
Text Example
White with #99959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99959F; }
p { color: rgb(153,149,159); }
H1.HeaderClassName
{
color: #99959F;
}
.AnyTagClassName
{
color: #99959F;
}
</style>
background-color css
<style>
a { background-color: #99959F; }
a { background-color: rgb(153,149,159); }
div.DivClassName
{
background-color: #99959F;
}
.BgClassName
{
background-color: #99959F;
}
</style>
border-color css
<style>
span { border-color: #99959F; }
span { border-color: rgb(153,149,159); }
td.TdClassName
{
border-color: #99959F;
}
.TagClassName
{
border-color: #99959F;
}
</style>