Shades of Mantle #91A08C
Tints of Mantle #91A08C
RGB
CMYK
RGB Variations
Color information
#91A08C (or 0x91A08C) is known color: Mantle. HEX triplet: 91, A0 and 8C. RGB value is (145,160,140). Sum of RGB (Red+Green+Blue) = 145+160+140=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #91A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A08C is #6E5F73. Grayscale: #999999. Windows color (decimal): -7233396 or 9216145. OLE color: 9216145.
HSL color Cylindrical-coordinate representation of color #91A08C: hue angle of 105º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A08C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 140 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.37 |
| HSL | 105º | 0.1% | 0.59% | - |
| HSV(B) | 105º | 0.13% | 0.63% | - |
| XYZ | 28.98 | 33.05 | 29.66 | - |
| YUV | 153.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 140 | 0.09 | 0 | 0.12 | 0.37 | 105 | 0.1 | 0.59 |
| Hex | 91 | A0 | 8C | 9 | 0 | C | 25 | 69 | A | 3B |
| Octal | 221 | 240 | 214 | 11 | 0 | 14 | 45 | 151 | 12 | 73 |
| Binary | 10010001 | 10100000 | 10001100 | 1001 | 0 | 1100 | 100101 | 1101001 | 1010 | 111011 |
Color Harmonies of #91A08C
Complementary color
Monochromatic Colors of #91A08C
Black with #91A08C
Text Example
Text Example
White with #91A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A08C; }
p { color: rgb(145,160,140); }
H1.HeaderClassName
{
color: #91A08C;
}
.AnyTagClassName
{
color: #91A08C;
}
</style>
background-color css
<style>
a { background-color: #91A08C; }
a { background-color: rgb(145,160,140); }
div.DivClassName
{
background-color: #91A08C;
}
.BgClassName
{
background-color: #91A08C;
}
</style>
border-color css
<style>
span { border-color: #91A08C; }
span { border-color: rgb(145,160,140); }
td.TdClassName
{
border-color: #91A08C;
}
.TagClassName
{
border-color: #91A08C;
}
</style>