Shades of Shady Lady #998B91
Tints of Shady Lady #998B91
RGB
CMYK
RGB Variations
Color information
#998B91 (or 0x998B91) is known color: Shady Lady. HEX triplet: 99, 8B and 91. RGB value is (153,139,145). Sum of RGB (Red+Green+Blue) = 153+139+145=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #998B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B91 is #66746E. Grayscale: #8F8F8F. Windows color (decimal): -6714479 or 9538457. OLE color: 9538457.
HSL color Cylindrical-coordinate representation of color #998B91: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B91 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 145 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.4 |
| HSL | 334.29º | 0.06% | 0.57% | - |
| HSV(B) | 334.29º | 0.09% | 0.6% | - |
| XYZ | 27.48 | 27.28 | 30.61 | - |
| YUV | 143.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 145 | 0 | 0.09 | 0.05 | 0.4 | 334.29 | 0.06 | 0.57 |
| Hex | 99 | 8B | 91 | 0 | 9 | 5 | 28 | 14E | 6 | 39 |
| Octal | 231 | 213 | 221 | 0 | 11 | 5 | 50 | 516 | 6 | 71 |
| Binary | 10011001 | 10001011 | 10010001 | 0 | 1001 | 101 | 101000 | 101001110 | 110 | 111001 |
Color Harmonies of #998B91
Complementary color
Monochromatic Colors of #998B91
Black with #998B91
Text Example
Text Example
White with #998B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B91; }
p { color: rgb(153,139,145); }
H1.HeaderClassName
{
color: #998B91;
}
.AnyTagClassName
{
color: #998B91;
}
</style>
background-color css
<style>
a { background-color: #998B91; }
a { background-color: rgb(153,139,145); }
div.DivClassName
{
background-color: #998B91;
}
.BgClassName
{
background-color: #998B91;
}
</style>
border-color css
<style>
span { border-color: #998B91; }
span { border-color: rgb(153,139,145); }
td.TdClassName
{
border-color: #998B91;
}
.TagClassName
{
border-color: #998B91;
}
</style>