Shades of Mantle #91968F
Tints of Mantle #91968F
RGB
CMYK
RGB Variations
Color information
#91968F (or 0x91968F) is known color: Mantle. HEX triplet: 91, 96 and 8F. RGB value is (145,150,143). Sum of RGB (Red+Green+Blue) = 145+150+143=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 150 - color contains mainly: green. Hex color #91968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91968F is #6E6970. Grayscale: #939393. Windows color (decimal): -7235953 or 9410193. OLE color: 9410193.
HSL color Cylindrical-coordinate representation of color #91968F: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #91968F is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 143 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.41 |
| HSL | 102.86º | 0.03% | 0.57% | - |
| HSV(B) | 102.86º | 0.05% | 0.59% | - |
| XYZ | 27.54 | 29.82 | 30.29 | - |
| YUV | 147.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 143 | 0.03 | 0 | 0.05 | 0.41 | 102.86 | 0.03 | 0.57 |
| Hex | 91 | 96 | 8F | 3 | 0 | 5 | 29 | 67 | 3 | 39 |
| Octal | 221 | 226 | 217 | 3 | 0 | 5 | 51 | 147 | 3 | 71 |
| Binary | 10010001 | 10010110 | 10001111 | 11 | 0 | 101 | 101001 | 1100111 | 11 | 111001 |
Color Harmonies of #91968F
Complementary color
Monochromatic Colors of #91968F
Black with #91968F
Text Example
Text Example
White with #91968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91968F; }
p { color: rgb(145,150,143); }
H1.HeaderClassName
{
color: #91968F;
}
.AnyTagClassName
{
color: #91968F;
}
</style>
background-color css
<style>
a { background-color: #91968F; }
a { background-color: rgb(145,150,143); }
div.DivClassName
{
background-color: #91968F;
}
.BgClassName
{
background-color: #91968F;
}
</style>
border-color css
<style>
span { border-color: #91968F; }
span { border-color: rgb(145,150,143); }
td.TdClassName
{
border-color: #91968F;
}
.TagClassName
{
border-color: #91968F;
}
</style>