Shades of Mamba #846B91
Tints of Mamba #846B91
RGB
CMYK
RGB Variations
Color information
#846B91 (or 0x846B91) is known color: Mamba. HEX triplet: 84, 6B and 91. RGB value is (132,107,145). Sum of RGB (Red+Green+Blue) = 132+107+145=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #846B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B91 is #7B946E. Grayscale: #767676. Windows color (decimal): -8098927 or 9530244. OLE color: 9530244.
HSL color Cylindrical-coordinate representation of color #846B91: hue angle of 279.47º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846B91 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 107 | 145 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.43 |
| HSL | 279.47º | 0.15% | 0.49% | - |
| HSV(B) | 279.47º | 0.26% | 0.57% | - |
| XYZ | 19.88 | 17.47 | 29.11 | - |
| YUV | 118.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 145 | 0.09 | 0.26 | 0 | 0.43 | 279.47 | 0.15 | 0.49 |
| Hex | 84 | 6B | 91 | 9 | 1A | 0 | 2B | 117 | F | 31 |
| Octal | 204 | 153 | 221 | 11 | 32 | 0 | 53 | 427 | 17 | 61 |
| Binary | 10000100 | 1101011 | 10010001 | 1001 | 11010 | 0 | 101011 | 100010111 | 1111 | 110001 |
Color Harmonies of #846B91
Complementary color
Monochromatic Colors of #846B91
Black with #846B91
Text Example
Text Example
White with #846B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B91; }
p { color: rgb(132,107,145); }
H1.HeaderClassName
{
color: #846B91;
}
.AnyTagClassName
{
color: #846B91;
}
</style>
background-color css
<style>
a { background-color: #846B91; }
a { background-color: rgb(132,107,145); }
div.DivClassName
{
background-color: #846B91;
}
.BgClassName
{
background-color: #846B91;
}
</style>
border-color css
<style>
span { border-color: #846B91; }
span { border-color: rgb(132,107,145); }
td.TdClassName
{
border-color: #846B91;
}
.TagClassName
{
border-color: #846B91;
}
</style>