Shades of Mantle #939A91
Tints of Mantle #939A91
RGB
CMYK
RGB Variations
Color information
#939A91 (or 0x939A91) is known color: Mantle. HEX triplet: 93, 9A and 91. RGB value is (147,154,145). Sum of RGB (Red+Green+Blue) = 147+154+145=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 154 - color contains mainly: green. Hex color #939A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939A91 is #6C656E. Grayscale: #969696. Windows color (decimal): -7103855 or 9542291. OLE color: 9542291.
HSL color Cylindrical-coordinate representation of color #939A91: hue angle of 106.67º 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 #939A91 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 145 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.40 |
| HSL | 106.67º | 0.04% | 0.59% | - |
| HSV(B) | 106.67º | 0.06% | 0.6% | - |
| XYZ | 28.7 | 31.36 | 31.33 | - |
| YUV | 150.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 145 | 0.05 | 0 | 0.06 | 0.40 | 106.67 | 0.04 | 0.59 |
| Hex | 93 | 9A | 91 | 5 | 0 | 6 | 28 | 6B | 4 | 3B |
| Octal | 223 | 232 | 221 | 5 | 0 | 6 | 50 | 153 | 4 | 73 |
| Binary | 10010011 | 10011010 | 10010001 | 101 | 0 | 110 | 101000 | 1101011 | 100 | 111011 |
Color Harmonies of #939A91
Complementary color
Monochromatic Colors of #939A91
Black with #939A91
Text Example
Text Example
White with #939A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A91; }
p { color: rgb(147,154,145); }
H1.HeaderClassName
{
color: #939A91;
}
.AnyTagClassName
{
color: #939A91;
}
</style>
background-color css
<style>
a { background-color: #939A91; }
a { background-color: rgb(147,154,145); }
div.DivClassName
{
background-color: #939A91;
}
.BgClassName
{
background-color: #939A91;
}
</style>
border-color css
<style>
span { border-color: #939A91; }
span { border-color: rgb(147,154,145); }
td.TdClassName
{
border-color: #939A91;
}
.TagClassName
{
border-color: #939A91;
}
</style>