Shades of Mamba #836C8C
Tints of Mamba #836C8C
RGB
CMYK
RGB Variations
Color information
#836C8C (or 0x836C8C) is known color: Mamba. HEX triplet: 83, 6C and 8C. RGB value is (131,108,140). Sum of RGB (Red+Green+Blue) = 131+108+140=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #836C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C8C is #7C9373. Grayscale: #767676. Windows color (decimal): -8164212 or 9202819. OLE color: 9202819.
HSL color Cylindrical-coordinate representation of color #836C8C: hue angle of 283.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836C8C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 108 | 140 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.45 |
| HSL | 283.13º | 0.13% | 0.49% | - |
| HSV(B) | 283.13º | 0.23% | 0.55% | - |
| XYZ | 19.46 | 17.44 | 27.15 | - |
| YUV | 118.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 140 | 0.06 | 0.23 | 0 | 0.45 | 283.13 | 0.13 | 0.49 |
| Hex | 83 | 6C | 8C | 6 | 17 | 0 | 2D | 11B | D | 31 |
| Octal | 203 | 154 | 214 | 6 | 27 | 0 | 55 | 433 | 15 | 61 |
| Binary | 10000011 | 1101100 | 10001100 | 110 | 10111 | 0 | 101101 | 100011011 | 1101 | 110001 |
Color Harmonies of #836C8C
Complementary color
Monochromatic Colors of #836C8C
Black with #836C8C
Text Example
Text Example
White with #836C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C8C; }
p { color: rgb(131,108,140); }
H1.HeaderClassName
{
color: #836C8C;
}
.AnyTagClassName
{
color: #836C8C;
}
</style>
background-color css
<style>
a { background-color: #836C8C; }
a { background-color: rgb(131,108,140); }
div.DivClassName
{
background-color: #836C8C;
}
.BgClassName
{
background-color: #836C8C;
}
</style>
border-color css
<style>
span { border-color: #836C8C; }
span { border-color: rgb(131,108,140); }
td.TdClassName
{
border-color: #836C8C;
}
.TagClassName
{
border-color: #836C8C;
}
</style>