Shades of Mauve Taupe #84606B
Tints of Mauve Taupe #84606B
RGB
CMYK
RGB Variations
Color information
#84606B (or 0x84606B) is known color: Mauve Taupe. HEX triplet: 84, 60 and 6B. RGB value is (132,96,107). Sum of RGB (Red+Green+Blue) = 132+96+107=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #84606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84606B is #7B9F94. Grayscale: #6C6C6C. Windows color (decimal): -8101781 or 7037060. OLE color: 7037060.
HSL color Cylindrical-coordinate representation of color #84606B: hue angle of 341.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84606B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 107 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.48 |
| HSL | 341.67º | 0.16% | 0.45% | - |
| HSV(B) | 341.67º | 0.27% | 0.52% | - |
| XYZ | 16.35 | 14.33 | 15.81 | - |
| YUV | 108.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 107 | 0 | 0.27 | 0.19 | 0.48 | 341.67 | 0.16 | 0.45 |
| Hex | 84 | 60 | 6B | 0 | 1B | 13 | 30 | 156 | 10 | 2D |
| Octal | 204 | 140 | 153 | 0 | 33 | 23 | 60 | 526 | 20 | 55 |
| Binary | 10000100 | 1100000 | 1101011 | 0 | 11011 | 10011 | 110000 | 101010110 | 10000 | 101101 |
Color Harmonies of #84606B
Complementary color
Monochromatic Colors of #84606B
Black with #84606B
Text Example
Text Example
White with #84606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84606B; }
p { color: rgb(132,96,107); }
H1.HeaderClassName
{
color: #84606B;
}
.AnyTagClassName
{
color: #84606B;
}
</style>
background-color css
<style>
a { background-color: #84606B; }
a { background-color: rgb(132,96,107); }
div.DivClassName
{
background-color: #84606B;
}
.BgClassName
{
background-color: #84606B;
}
</style>
border-color css
<style>
span { border-color: #84606B; }
span { border-color: rgb(132,96,107); }
td.TdClassName
{
border-color: #84606B;
}
.TagClassName
{
border-color: #84606B;
}
</style>