Shades of Mauve Taupe #84666F
Tints of Mauve Taupe #84666F
RGB
CMYK
RGB Variations
Color information
#84666F (or 0x84666F) is known color: Mauve Taupe. HEX triplet: 84, 66 and 6F. RGB value is (132,102,111). Sum of RGB (Red+Green+Blue) = 132+102+111=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666F is #7B9990. Grayscale: #6F6F6F. Windows color (decimal): -8100241 or 7300740. OLE color: 7300740.
HSL color Cylindrical-coordinate representation of color #84666F: hue angle of 342º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84666F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 111 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.48 |
| HSL | 342º | 0.13% | 0.46% | - |
| HSV(B) | 342º | 0.23% | 0.52% | - |
| XYZ | 17.14 | 15.56 | 17.14 | - |
| YUV | 112 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 111 | 0 | 0.23 | 0.16 | 0.48 | 342 | 0.13 | 0.46 |
| Hex | 84 | 66 | 6F | 0 | 17 | 10 | 30 | 156 | D | 2E |
| Octal | 204 | 146 | 157 | 0 | 27 | 20 | 60 | 526 | 15 | 56 |
| Binary | 10000100 | 1100110 | 1101111 | 0 | 10111 | 10000 | 110000 | 101010110 | 1101 | 101110 |
Color Harmonies of #84666F
Complementary color
Monochromatic Colors of #84666F
Black with #84666F
Text Example
Text Example
White with #84666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84666F; }
p { color: rgb(132,102,111); }
H1.HeaderClassName
{
color: #84666F;
}
.AnyTagClassName
{
color: #84666F;
}
</style>
background-color css
<style>
a { background-color: #84666F; }
a { background-color: rgb(132,102,111); }
div.DivClassName
{
background-color: #84666F;
}
.BgClassName
{
background-color: #84666F;
}
</style>
border-color css
<style>
span { border-color: #84666F; }
span { border-color: rgb(132,102,111); }
td.TdClassName
{
border-color: #84666F;
}
.TagClassName
{
border-color: #84666F;
}
</style>