Shades of Mauve Taupe #84646D
Tints of Mauve Taupe #84646D
RGB
CMYK
RGB Variations
Color information
#84646D (or 0x84646D) is known color: Mauve Taupe. HEX triplet: 84, 64 and 6D. RGB value is (132,100,109). Sum of RGB (Red+Green+Blue) = 132+100+109=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646D is #7B9B92. Grayscale: #6E6E6E. Windows color (decimal): -8100755 or 7169156. OLE color: 7169156.
HSL color Cylindrical-coordinate representation of color #84646D: hue angle of 343.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84646D is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 109 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.48 |
| HSL | 343.13º | 0.14% | 0.45% | - |
| HSV(B) | 343.13º | 0.24% | 0.52% | - |
| XYZ | 16.83 | 15.12 | 16.5 | - |
| YUV | 110.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 109 | 0 | 0.24 | 0.17 | 0.48 | 343.13 | 0.14 | 0.45 |
| Hex | 84 | 64 | 6D | 0 | 18 | 11 | 30 | 157 | E | 2D |
| Octal | 204 | 144 | 155 | 0 | 30 | 21 | 60 | 527 | 16 | 55 |
| Binary | 10000100 | 1100100 | 1101101 | 0 | 11000 | 10001 | 110000 | 101010111 | 1110 | 101101 |
Color Harmonies of #84646D
Complementary color
Monochromatic Colors of #84646D
Black with #84646D
Text Example
Text Example
White with #84646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84646D; }
p { color: rgb(132,100,109); }
H1.HeaderClassName
{
color: #84646D;
}
.AnyTagClassName
{
color: #84646D;
}
</style>
background-color css
<style>
a { background-color: #84646D; }
a { background-color: rgb(132,100,109); }
div.DivClassName
{
background-color: #84646D;
}
.BgClassName
{
background-color: #84646D;
}
</style>
border-color css
<style>
span { border-color: #84646D; }
span { border-color: rgb(132,100,109); }
td.TdClassName
{
border-color: #84646D;
}
.TagClassName
{
border-color: #84646D;
}
</style>