Shades of Heathered Grey #998D81
Tints of Heathered Grey #998D81
RGB
CMYK
RGB Variations
Color information
#998D81 (or 0x998D81) is known color: Heathered Grey. HEX triplet: 99, 8D and 81. RGB value is (153,141,129). Sum of RGB (Red+Green+Blue) = 153+141+129=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D81 is #66727E. Grayscale: #8F8F8F. Windows color (decimal): -6713983 or 8490393. OLE color: 8490393.
HSL color Cylindrical-coordinate representation of color #998D81: hue angle of 30º 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 #998D81 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 129 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.4 |
| HSL | 30º | 0.11% | 0.55% | - |
| HSV(B) | 30º | 0.16% | 0.6% | - |
| XYZ | 26.62 | 27.41 | 24.66 | - |
| YUV | 143.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 129 | 0 | 0.08 | 0.16 | 0.4 | 30 | 0.11 | 0.55 |
| Hex | 99 | 8D | 81 | 0 | 8 | 10 | 28 | 1E | B | 37 |
| Octal | 231 | 215 | 201 | 0 | 10 | 20 | 50 | 36 | 13 | 67 |
| Binary | 10011001 | 10001101 | 10000001 | 0 | 1000 | 10000 | 101000 | 11110 | 1011 | 110111 |
Color Harmonies of #998D81
Complementary color
Monochromatic Colors of #998D81
Black with #998D81
Text Example
Text Example
White with #998D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D81; }
p { color: rgb(153,141,129); }
H1.HeaderClassName
{
color: #998D81;
}
.AnyTagClassName
{
color: #998D81;
}
</style>
background-color css
<style>
a { background-color: #998D81; }
a { background-color: rgb(153,141,129); }
div.DivClassName
{
background-color: #998D81;
}
.BgClassName
{
background-color: #998D81;
}
</style>
border-color css
<style>
span { border-color: #998D81; }
span { border-color: rgb(153,141,129); }
td.TdClassName
{
border-color: #998D81;
}
.TagClassName
{
border-color: #998D81;
}
</style>