Shades of Mauve Taupe #84656C
Tints of Mauve Taupe #84656C
RGB
CMYK
RGB Variations
Color information
#84656C (or 0x84656C) is known color: Mauve Taupe. HEX triplet: 84, 65 and 6C. RGB value is (132,101,108). Sum of RGB (Red+Green+Blue) = 132+101+108=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84656C is #7B9A93. Grayscale: #6F6F6F. Windows color (decimal): -8100500 or 7103876. OLE color: 7103876.
HSL color Cylindrical-coordinate representation of color #84656C: hue angle of 346.45º 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 #84656C is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 108 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.48 |
| HSL | 346.45º | 0.13% | 0.46% | - |
| HSV(B) | 346.45º | 0.23% | 0.52% | - |
| XYZ | 16.88 | 15.3 | 16.25 | - |
| YUV | 111.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 108 | 0 | 0.23 | 0.18 | 0.48 | 346.45 | 0.13 | 0.46 |
| Hex | 84 | 65 | 6C | 0 | 17 | 12 | 30 | 15A | D | 2E |
| Octal | 204 | 145 | 154 | 0 | 27 | 22 | 60 | 532 | 15 | 56 |
| Binary | 10000100 | 1100101 | 1101100 | 0 | 10111 | 10010 | 110000 | 101011010 | 1101 | 101110 |
Color Harmonies of #84656C
Complementary color
Monochromatic Colors of #84656C
Black with #84656C
Text Example
Text Example
White with #84656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84656C; }
p { color: rgb(132,101,108); }
H1.HeaderClassName
{
color: #84656C;
}
.AnyTagClassName
{
color: #84656C;
}
</style>
background-color css
<style>
a { background-color: #84656C; }
a { background-color: rgb(132,101,108); }
div.DivClassName
{
background-color: #84656C;
}
.BgClassName
{
background-color: #84656C;
}
</style>
border-color css
<style>
span { border-color: #84656C; }
span { border-color: rgb(132,101,108); }
td.TdClassName
{
border-color: #84656C;
}
.TagClassName
{
border-color: #84656C;
}
</style>