Shades of Mantle #91988E
Tints of Mantle #91988E
RGB
CMYK
RGB Variations
Color information
#91988E (or 0x91988E) is known color: Mantle. HEX triplet: 91, 98 and 8E. RGB value is (145,152,142). Sum of RGB (Red+Green+Blue) = 145+152+142=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #91988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91988E is #6E6771. Grayscale: #949494. Windows color (decimal): -7235442 or 9345169. OLE color: 9345169.
HSL color Cylindrical-coordinate representation of color #91988E: hue angle of 102º 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 #91988E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 142 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.40 |
| HSL | 102º | 0.05% | 0.58% | - |
| HSV(B) | 102º | 0.07% | 0.6% | - |
| XYZ | 27.79 | 30.43 | 30 | - |
| YUV | 148.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 142 | 0.05 | 0 | 0.07 | 0.40 | 102 | 0.05 | 0.58 |
| Hex | 91 | 98 | 8E | 5 | 0 | 7 | 28 | 66 | 5 | 3A |
| Octal | 221 | 230 | 216 | 5 | 0 | 7 | 50 | 146 | 5 | 72 |
| Binary | 10010001 | 10011000 | 10001110 | 101 | 0 | 111 | 101000 | 1100110 | 101 | 111010 |
Color Harmonies of #91988E
Complementary color
Monochromatic Colors of #91988E
Black with #91988E
Text Example
Text Example
White with #91988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91988E; }
p { color: rgb(145,152,142); }
H1.HeaderClassName
{
color: #91988E;
}
.AnyTagClassName
{
color: #91988E;
}
</style>
background-color css
<style>
a { background-color: #91988E; }
a { background-color: rgb(145,152,142); }
div.DivClassName
{
background-color: #91988E;
}
.BgClassName
{
background-color: #91988E;
}
</style>
border-color css
<style>
span { border-color: #91988E; }
span { border-color: rgb(145,152,142); }
td.TdClassName
{
border-color: #91988E;
}
.TagClassName
{
border-color: #91988E;
}
</style>