Shades of Heathered Grey #999182
Tints of Heathered Grey #999182
RGB
CMYK
RGB Variations
Color information
#999182 (or 0x999182) is known color: Heathered Grey. HEX triplet: 99, 91 and 82. RGB value is (153,145,130). Sum of RGB (Red+Green+Blue) = 153+145+130=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #999182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999182 is #666E7D. Grayscale: #919191. Windows color (decimal): -6712958 or 8556953. OLE color: 8556953.
HSL color Cylindrical-coordinate representation of color #999182: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999182 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 130 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.4 |
| HSL | 39.13º | 0.1% | 0.55% | - |
| HSV(B) | 39.13º | 0.15% | 0.6% | - |
| XYZ | 27.29 | 28.63 | 25.21 | - |
| YUV | 145.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 130 | 0 | 0.05 | 0.15 | 0.4 | 39.13 | 0.1 | 0.55 |
| Hex | 99 | 91 | 82 | 0 | 5 | F | 28 | 27 | A | 37 |
| Octal | 231 | 221 | 202 | 0 | 5 | 17 | 50 | 47 | 12 | 67 |
| Binary | 10011001 | 10010001 | 10000010 | 0 | 101 | 1111 | 101000 | 100111 | 1010 | 110111 |
Color Harmonies of #999182
Complementary color
Monochromatic Colors of #999182
Black with #999182
Text Example
Text Example
White with #999182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999182; }
p { color: rgb(153,145,130); }
H1.HeaderClassName
{
color: #999182;
}
.AnyTagClassName
{
color: #999182;
}
</style>
background-color css
<style>
a { background-color: #999182; }
a { background-color: rgb(153,145,130); }
div.DivClassName
{
background-color: #999182;
}
.BgClassName
{
background-color: #999182;
}
</style>
border-color css
<style>
span { border-color: #999182; }
span { border-color: rgb(153,145,130); }
td.TdClassName
{
border-color: #999182;
}
.TagClassName
{
border-color: #999182;
}
</style>