Shades of Mamba #846692
Tints of Mamba #846692
RGB
CMYK
RGB Variations
Color information
#846692 (or 0x846692) is known color: Mamba. HEX triplet: 84, 66 and 92. RGB value is (132,102,146). Sum of RGB (Red+Green+Blue) = 132+102+146=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #846692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846692 is #7B996D. Grayscale: #737373. Windows color (decimal): -8100206 or 9594500. OLE color: 9594500.
HSL color Cylindrical-coordinate representation of color #846692: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #846692 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 102 | 146 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.43 |
| HSL | 280.91º | 0.18% | 0.49% | - |
| HSV(B) | 280.91º | 0.3% | 0.57% | - |
| XYZ | 19.46 | 16.48 | 29.35 | - |
| YUV | 115.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 146 | 0.10 | 0.30 | 0 | 0.43 | 280.91 | 0.18 | 0.49 |
| Hex | 84 | 66 | 92 | A | 1E | 0 | 2B | 119 | 12 | 31 |
| Octal | 204 | 146 | 222 | 12 | 36 | 0 | 53 | 431 | 22 | 61 |
| Binary | 10000100 | 1100110 | 10010010 | 1010 | 11110 | 0 | 101011 | 100011001 | 10010 | 110001 |
Color Harmonies of #846692
Complementary color
Monochromatic Colors of #846692
Black with #846692
Text Example
Text Example
White with #846692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846692; }
p { color: rgb(132,102,146); }
H1.HeaderClassName
{
color: #846692;
}
.AnyTagClassName
{
color: #846692;
}
</style>
background-color css
<style>
a { background-color: #846692; }
a { background-color: rgb(132,102,146); }
div.DivClassName
{
background-color: #846692;
}
.BgClassName
{
background-color: #846692;
}
</style>
border-color css
<style>
span { border-color: #846692; }
span { border-color: rgb(132,102,146); }
td.TdClassName
{
border-color: #846692;
}
.TagClassName
{
border-color: #846692;
}
</style>