Shades of Heathered Grey #998E82
Tints of Heathered Grey #998E82
RGB
CMYK
RGB Variations
Color information
#998E82 (or 0x998E82) is known color: Heathered Grey. HEX triplet: 99, 8E and 82. RGB value is (153,142,130). Sum of RGB (Red+Green+Blue) = 153+142+130=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E82 is #66717D. Grayscale: #8F8F8F. Windows color (decimal): -6713726 or 8556185. OLE color: 8556185.
HSL color Cylindrical-coordinate representation of color #998E82: hue angle of 31.3º 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 #998E82 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 130 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.4 |
| HSL | 31.3º | 0.1% | 0.55% | - |
| HSV(B) | 31.3º | 0.15% | 0.6% | - |
| XYZ | 26.84 | 27.73 | 25.06 | - |
| YUV | 143.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 130 | 0 | 0.07 | 0.15 | 0.4 | 31.3 | 0.1 | 0.55 |
| Hex | 99 | 8E | 82 | 0 | 7 | F | 28 | 1F | A | 37 |
| Octal | 231 | 216 | 202 | 0 | 7 | 17 | 50 | 37 | 12 | 67 |
| Binary | 10011001 | 10001110 | 10000010 | 0 | 111 | 1111 | 101000 | 11111 | 1010 | 110111 |
Color Harmonies of #998E82
Complementary color
Monochromatic Colors of #998E82
Black with #998E82
Text Example
Text Example
White with #998E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E82; }
p { color: rgb(153,142,130); }
H1.HeaderClassName
{
color: #998E82;
}
.AnyTagClassName
{
color: #998E82;
}
</style>
background-color css
<style>
a { background-color: #998E82; }
a { background-color: rgb(153,142,130); }
div.DivClassName
{
background-color: #998E82;
}
.BgClassName
{
background-color: #998E82;
}
</style>
border-color css
<style>
span { border-color: #998E82; }
span { border-color: rgb(153,142,130); }
td.TdClassName
{
border-color: #998E82;
}
.TagClassName
{
border-color: #998E82;
}
</style>