Shades of Mamba #86718D
Tints of Mamba #86718D
RGB
CMYK
RGB Variations
Color information
#86718D (or 0x86718D) is known color: Mamba. HEX triplet: 86, 71 and 8D. RGB value is (134,113,141). Sum of RGB (Red+Green+Blue) = 134+113+141=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #86718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86718D is #798E72. Grayscale: #7A7A7A. Windows color (decimal): -7966323 or 9269638. OLE color: 9269638.
HSL color Cylindrical-coordinate representation of color #86718D: hue angle of 285º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86718D is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 113 | 141 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.45 |
| HSL | 285º | 0.11% | 0.5% | - |
| HSV(B) | 285º | 0.2% | 0.55% | - |
| XYZ | 20.54 | 18.8 | 27.75 | - |
| YUV | 122.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 141 | 0.05 | 0.20 | 0 | 0.45 | 285 | 0.11 | 0.5 |
| Hex | 86 | 71 | 8D | 5 | 14 | 0 | 2D | 11D | B | 32 |
| Octal | 206 | 161 | 215 | 5 | 24 | 0 | 55 | 435 | 13 | 62 |
| Binary | 10000110 | 1110001 | 10001101 | 101 | 10100 | 0 | 101101 | 100011101 | 1011 | 110010 |
Color Harmonies of #86718D
Complementary color
Monochromatic Colors of #86718D
Black with #86718D
Text Example
Text Example
White with #86718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86718D; }
p { color: rgb(134,113,141); }
H1.HeaderClassName
{
color: #86718D;
}
.AnyTagClassName
{
color: #86718D;
}
</style>
background-color css
<style>
a { background-color: #86718D; }
a { background-color: rgb(134,113,141); }
div.DivClassName
{
background-color: #86718D;
}
.BgClassName
{
background-color: #86718D;
}
</style>
border-color css
<style>
span { border-color: #86718D; }
span { border-color: rgb(134,113,141); }
td.TdClassName
{
border-color: #86718D;
}
.TagClassName
{
border-color: #86718D;
}
</style>