Shades of Heathered Grey #999181
Tints of Heathered Grey #999181
RGB
CMYK
RGB Variations
Color information
#999181 (or 0x999181) is known color: Heathered Grey. HEX triplet: 99, 91 and 81. RGB value is (153,145,129). Sum of RGB (Red+Green+Blue) = 153+145+129=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #999181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999181 is #666E7E. Grayscale: #919191. Windows color (decimal): -6712959 or 8491417. OLE color: 8491417.
HSL color Cylindrical-coordinate representation of color #999181: hue angle of 40º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999181 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 129 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.4 |
| HSL | 40º | 0.11% | 0.55% | - |
| HSV(B) | 40º | 0.16% | 0.6% | - |
| XYZ | 27.22 | 28.61 | 24.86 | - |
| YUV | 145.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 129 | 0 | 0.05 | 0.16 | 0.4 | 40 | 0.11 | 0.55 |
| Hex | 99 | 91 | 81 | 0 | 5 | 10 | 28 | 28 | B | 37 |
| Octal | 231 | 221 | 201 | 0 | 5 | 20 | 50 | 50 | 13 | 67 |
| Binary | 10011001 | 10010001 | 10000001 | 0 | 101 | 10000 | 101000 | 101000 | 1011 | 110111 |
Color Harmonies of #999181
Complementary color
Monochromatic Colors of #999181
Black with #999181
Text Example
Text Example
White with #999181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999181; }
p { color: rgb(153,145,129); }
H1.HeaderClassName
{
color: #999181;
}
.AnyTagClassName
{
color: #999181;
}
</style>
background-color css
<style>
a { background-color: #999181; }
a { background-color: rgb(153,145,129); }
div.DivClassName
{
background-color: #999181;
}
.BgClassName
{
background-color: #999181;
}
</style>
border-color css
<style>
span { border-color: #999181; }
span { border-color: rgb(153,145,129); }
td.TdClassName
{
border-color: #999181;
}
.TagClassName
{
border-color: #999181;
}
</style>