Shades of Mantle #93A685
Tints of Mantle #93A685
RGB
CMYK
RGB Variations
Color information
#93A685 (or 0x93A685) is known color: Mantle. HEX triplet: 93, A6 and 85. RGB value is (147,166,133). Sum of RGB (Red+Green+Blue) = 147+166+133=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #93A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A685 is #6C597A. Grayscale: #9C9C9C. Windows color (decimal): -7100795 or 8758931. OLE color: 8758931.
HSL color Cylindrical-coordinate representation of color #93A685: hue angle of 94.55º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93A685 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 133 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.35 |
| HSL | 94.55º | 0.16% | 0.59% | - |
| HSV(B) | 94.55º | 0.2% | 0.65% | - |
| XYZ | 29.9 | 35.17 | 27.4 | - |
| YUV | 156.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 133 | 0.11 | 0 | 0.20 | 0.35 | 94.55 | 0.16 | 0.59 |
| Hex | 93 | A6 | 85 | B | 0 | 14 | 23 | 5F | 10 | 3B |
| Octal | 223 | 246 | 205 | 13 | 0 | 24 | 43 | 137 | 20 | 73 |
| Binary | 10010011 | 10100110 | 10000101 | 1011 | 0 | 10100 | 100011 | 1011111 | 10000 | 111011 |
Color Harmonies of #93A685
Complementary color
Monochromatic Colors of #93A685
Black with #93A685
Text Example
Text Example
White with #93A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A685; }
p { color: rgb(147,166,133); }
H1.HeaderClassName
{
color: #93A685;
}
.AnyTagClassName
{
color: #93A685;
}
</style>
background-color css
<style>
a { background-color: #93A685; }
a { background-color: rgb(147,166,133); }
div.DivClassName
{
background-color: #93A685;
}
.BgClassName
{
background-color: #93A685;
}
</style>
border-color css
<style>
span { border-color: #93A685; }
span { border-color: rgb(147,166,133); }
td.TdClassName
{
border-color: #93A685;
}
.TagClassName
{
border-color: #93A685;
}
</style>