Shades of Heathered Grey #998F83
Tints of Heathered Grey #998F83
RGB
CMYK
RGB Variations
Color information
#998F83 (or 0x998F83) is known color: Heathered Grey. HEX triplet: 99, 8F and 83. RGB value is (153,143,131). Sum of RGB (Red+Green+Blue) = 153+143+131=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #998F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F83 is #66707C. Grayscale: #909090. Windows color (decimal): -6713469 or 8621977. OLE color: 8621977.
HSL color Cylindrical-coordinate representation of color #998F83: hue angle of 32.73º degrees, saturation: 0.1, 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 #998F83 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 131 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.4 |
| HSL | 32.73º | 0.1% | 0.56% | - |
| HSV(B) | 32.73º | 0.14% | 0.6% | - |
| XYZ | 27.06 | 28.06 | 25.46 | - |
| YUV | 144.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 131 | 0 | 0.07 | 0.14 | 0.4 | 32.73 | 0.1 | 0.56 |
| Hex | 99 | 8F | 83 | 0 | 7 | E | 28 | 21 | A | 38 |
| Octal | 231 | 217 | 203 | 0 | 7 | 16 | 50 | 41 | 12 | 70 |
| Binary | 10011001 | 10001111 | 10000011 | 0 | 111 | 1110 | 101000 | 100001 | 1010 | 111000 |
Color Harmonies of #998F83
Complementary color
Monochromatic Colors of #998F83
Black with #998F83
Text Example
Text Example
White with #998F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F83; }
p { color: rgb(153,143,131); }
H1.HeaderClassName
{
color: #998F83;
}
.AnyTagClassName
{
color: #998F83;
}
</style>
background-color css
<style>
a { background-color: #998F83; }
a { background-color: rgb(153,143,131); }
div.DivClassName
{
background-color: #998F83;
}
.BgClassName
{
background-color: #998F83;
}
</style>
border-color css
<style>
span { border-color: #998F83; }
span { border-color: rgb(153,143,131); }
td.TdClassName
{
border-color: #998F83;
}
.TagClassName
{
border-color: #998F83;
}
</style>