Shades of Heathered Grey #999184
Tints of Heathered Grey #999184
RGB
CMYK
RGB Variations
Color information
#999184 (or 0x999184) is known color: Heathered Grey. HEX triplet: 99, 91 and 84. RGB value is (153,145,132). Sum of RGB (Red+Green+Blue) = 153+145+132=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #999184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999184 is #666E7B. Grayscale: #919191. Windows color (decimal): -6712956 or 8688025. OLE color: 8688025.
HSL color Cylindrical-coordinate representation of color #999184: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999184 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 132 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.4 |
| HSL | 37.14º | 0.09% | 0.56% | - |
| HSV(B) | 37.14º | 0.14% | 0.6% | - |
| XYZ | 27.43 | 28.69 | 25.92 | - |
| YUV | 145.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 132 | 0 | 0.05 | 0.14 | 0.4 | 37.14 | 0.09 | 0.56 |
| Hex | 99 | 91 | 84 | 0 | 5 | E | 28 | 25 | 9 | 38 |
| Octal | 231 | 221 | 204 | 0 | 5 | 16 | 50 | 45 | 11 | 70 |
| Binary | 10011001 | 10010001 | 10000100 | 0 | 101 | 1110 | 101000 | 100101 | 1001 | 111000 |
Color Harmonies of #999184
Complementary color
Monochromatic Colors of #999184
Black with #999184
Text Example
Text Example
White with #999184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999184; }
p { color: rgb(153,145,132); }
H1.HeaderClassName
{
color: #999184;
}
.AnyTagClassName
{
color: #999184;
}
</style>
background-color css
<style>
a { background-color: #999184; }
a { background-color: rgb(153,145,132); }
div.DivClassName
{
background-color: #999184;
}
.BgClassName
{
background-color: #999184;
}
</style>
border-color css
<style>
span { border-color: #999184; }
span { border-color: rgb(153,145,132); }
td.TdClassName
{
border-color: #999184;
}
.TagClassName
{
border-color: #999184;
}
</style>