Shades of Mamba #84688D
Tints of Mamba #84688D
RGB
CMYK
RGB Variations
Color information
#84688D (or 0x84688D) is known color: Mamba. HEX triplet: 84, 68 and 8D. RGB value is (132,104,141). Sum of RGB (Red+Green+Blue) = 132+104+141=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #84688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84688D is #7B9772. Grayscale: #747474. Windows color (decimal): -8099699 or 9267332. OLE color: 9267332.
HSL color Cylindrical-coordinate representation of color #84688D: hue angle of 285.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84688D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 104 | 141 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.45 |
| HSL | 285.41º | 0.15% | 0.48% | - |
| HSV(B) | 285.41º | 0.26% | 0.55% | - |
| XYZ | 19.27 | 16.73 | 27.41 | - |
| YUV | 116.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 141 | 0.06 | 0.26 | 0 | 0.45 | 285.41 | 0.15 | 0.48 |
| Hex | 84 | 68 | 8D | 6 | 1A | 0 | 2D | 11D | F | 30 |
| Octal | 204 | 150 | 215 | 6 | 32 | 0 | 55 | 435 | 17 | 60 |
| Binary | 10000100 | 1101000 | 10001101 | 110 | 11010 | 0 | 101101 | 100011101 | 1111 | 110000 |
Color Harmonies of #84688D
Complementary color
Monochromatic Colors of #84688D
Black with #84688D
Text Example
Text Example
White with #84688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84688D; }
p { color: rgb(132,104,141); }
H1.HeaderClassName
{
color: #84688D;
}
.AnyTagClassName
{
color: #84688D;
}
</style>
background-color css
<style>
a { background-color: #84688D; }
a { background-color: rgb(132,104,141); }
div.DivClassName
{
background-color: #84688D;
}
.BgClassName
{
background-color: #84688D;
}
</style>
border-color css
<style>
span { border-color: #84688D; }
span { border-color: rgb(132,104,141); }
td.TdClassName
{
border-color: #84688D;
}
.TagClassName
{
border-color: #84688D;
}
</style>