Shades of Mantle #91998E
Tints of Mantle #91998E
RGB
CMYK
RGB Variations
Color information
#91998E (or 0x91998E) is known color: Mantle. HEX triplet: 91, 99 and 8E. RGB value is (145,153,142). Sum of RGB (Red+Green+Blue) = 145+153+142=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #91998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91998E is #6E6671. Grayscale: #959595. Windows color (decimal): -7235186 or 9345425. OLE color: 9345425.
HSL color Cylindrical-coordinate representation of color #91998E: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91998E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 142 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.4 |
| HSL | 103.64º | 0.05% | 0.58% | - |
| HSV(B) | 103.64º | 0.07% | 0.6% | - |
| XYZ | 27.95 | 30.76 | 30.05 | - |
| YUV | 149.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 142 | 0.05 | 0 | 0.07 | 0.4 | 103.64 | 0.05 | 0.58 |
| Hex | 91 | 99 | 8E | 5 | 0 | 7 | 28 | 68 | 5 | 3A |
| Octal | 221 | 231 | 216 | 5 | 0 | 7 | 50 | 150 | 5 | 72 |
| Binary | 10010001 | 10011001 | 10001110 | 101 | 0 | 111 | 101000 | 1101000 | 101 | 111010 |
Color Harmonies of #91998E
Complementary color
Monochromatic Colors of #91998E
Black with #91998E
Text Example
Text Example
White with #91998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91998E; }
p { color: rgb(145,153,142); }
H1.HeaderClassName
{
color: #91998E;
}
.AnyTagClassName
{
color: #91998E;
}
</style>
background-color css
<style>
a { background-color: #91998E; }
a { background-color: rgb(145,153,142); }
div.DivClassName
{
background-color: #91998E;
}
.BgClassName
{
background-color: #91998E;
}
</style>
border-color css
<style>
span { border-color: #91998E; }
span { border-color: rgb(145,153,142); }
td.TdClassName
{
border-color: #91998E;
}
.TagClassName
{
border-color: #91998E;
}
</style>