Shades of Mamba #86708D
Tints of Mamba #86708D
RGB
CMYK
RGB Variations
Color information
#86708D (or 0x86708D) is known color: Mamba. HEX triplet: 86, 70 and 8D. RGB value is (134,112,141). Sum of RGB (Red+Green+Blue) = 134+112+141=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #86708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86708D is #798F72. Grayscale: #797979. Windows color (decimal): -7966579 or 9269382. OLE color: 9269382.
HSL color Cylindrical-coordinate representation of color #86708D: hue angle of 285.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86708D is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 112 | 141 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.45 |
| HSL | 285.52º | 0.11% | 0.5% | - |
| HSV(B) | 285.52º | 0.21% | 0.55% | - |
| XYZ | 20.43 | 18.58 | 27.71 | - |
| YUV | 121.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 141 | 0.05 | 0.21 | 0 | 0.45 | 285.52 | 0.11 | 0.5 |
| Hex | 86 | 70 | 8D | 5 | 15 | 0 | 2D | 11E | B | 32 |
| Octal | 206 | 160 | 215 | 5 | 25 | 0 | 55 | 436 | 13 | 62 |
| Binary | 10000110 | 1110000 | 10001101 | 101 | 10101 | 0 | 101101 | 100011110 | 1011 | 110010 |
Color Harmonies of #86708D
Complementary color
Monochromatic Colors of #86708D
Black with #86708D
Text Example
Text Example
White with #86708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86708D; }
p { color: rgb(134,112,141); }
H1.HeaderClassName
{
color: #86708D;
}
.AnyTagClassName
{
color: #86708D;
}
</style>
background-color css
<style>
a { background-color: #86708D; }
a { background-color: rgb(134,112,141); }
div.DivClassName
{
background-color: #86708D;
}
.BgClassName
{
background-color: #86708D;
}
</style>
border-color css
<style>
span { border-color: #86708D; }
span { border-color: rgb(134,112,141); }
td.TdClassName
{
border-color: #86708D;
}
.TagClassName
{
border-color: #86708D;
}
</style>