Shades of Mamba #836C89
Tints of Mamba #836C89
RGB
CMYK
RGB Variations
Color information
#836C89 (or 0x836C89) is known color: Mamba. HEX triplet: 83, 6C and 89. RGB value is (131,108,137). Sum of RGB (Red+Green+Blue) = 131+108+137=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #836C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C89 is #7C9376. Grayscale: #767676. Windows color (decimal): -8164215 or 9006211. OLE color: 9006211.
HSL color Cylindrical-coordinate representation of color #836C89: hue angle of 287.59º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836C89 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 108 | 137 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.46 |
| HSL | 287.59º | 0.12% | 0.48% | - |
| HSV(B) | 287.59º | 0.21% | 0.54% | - |
| XYZ | 19.24 | 17.36 | 26 | - |
| YUV | 118.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 137 | 0.04 | 0.21 | 0 | 0.46 | 287.59 | 0.12 | 0.48 |
| Hex | 83 | 6C | 89 | 4 | 15 | 0 | 2E | 120 | C | 30 |
| Octal | 203 | 154 | 211 | 4 | 25 | 0 | 56 | 440 | 14 | 60 |
| Binary | 10000011 | 1101100 | 10001001 | 100 | 10101 | 0 | 101110 | 100100000 | 1100 | 110000 |
Color Harmonies of #836C89
Complementary color
Monochromatic Colors of #836C89
Black with #836C89
Text Example
Text Example
White with #836C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C89; }
p { color: rgb(131,108,137); }
H1.HeaderClassName
{
color: #836C89;
}
.AnyTagClassName
{
color: #836C89;
}
</style>
background-color css
<style>
a { background-color: #836C89; }
a { background-color: rgb(131,108,137); }
div.DivClassName
{
background-color: #836C89;
}
.BgClassName
{
background-color: #836C89;
}
</style>
border-color css
<style>
span { border-color: #836C89; }
span { border-color: rgb(131,108,137); }
td.TdClassName
{
border-color: #836C89;
}
.TagClassName
{
border-color: #836C89;
}
</style>