Shades of Mantle #929A91
Tints of Mantle #929A91
RGB
CMYK
RGB Variations
Color information
#929A91 (or 0x929A91) is known color: Mantle. HEX triplet: 92, 9A and 91. RGB value is (146,154,145). Sum of RGB (Red+Green+Blue) = 146+154+145=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 154 - color contains mainly: green. Hex color #929A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A91 is #6D656E. Grayscale: #969696. Windows color (decimal): -7169391 or 9542290. OLE color: 9542290.
HSL color Cylindrical-coordinate representation of color #929A91: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929A91 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 154 | 145 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.40 |
| HSL | 113.33º | 0.04% | 0.59% | - |
| HSV(B) | 113.33º | 0.06% | 0.6% | - |
| XYZ | 28.52 | 31.27 | 31.32 | - |
| YUV | 150.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 145 | 0.05 | 0 | 0.06 | 0.40 | 113.33 | 0.04 | 0.59 |
| Hex | 92 | 9A | 91 | 5 | 0 | 6 | 28 | 71 | 4 | 3B |
| Octal | 222 | 232 | 221 | 5 | 0 | 6 | 50 | 161 | 4 | 73 |
| Binary | 10010010 | 10011010 | 10010001 | 101 | 0 | 110 | 101000 | 1110001 | 100 | 111011 |
Color Harmonies of #929A91
Complementary color
Monochromatic Colors of #929A91
Black with #929A91
Text Example
Text Example
White with #929A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929A91; }
p { color: rgb(146,154,145); }
H1.HeaderClassName
{
color: #929A91;
}
.AnyTagClassName
{
color: #929A91;
}
</style>
background-color css
<style>
a { background-color: #929A91; }
a { background-color: rgb(146,154,145); }
div.DivClassName
{
background-color: #929A91;
}
.BgClassName
{
background-color: #929A91;
}
</style>
border-color css
<style>
span { border-color: #929A91; }
span { border-color: rgb(146,154,145); }
td.TdClassName
{
border-color: #929A91;
}
.TagClassName
{
border-color: #929A91;
}
</style>