Shades of Mauve Taupe #84616B
Tints of Mauve Taupe #84616B
RGB
CMYK
RGB Variations
Color information
#84616B (or 0x84616B) is known color: Mauve Taupe. HEX triplet: 84, 61 and 6B. RGB value is (132,97,107). Sum of RGB (Red+Green+Blue) = 132+97+107=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616B is #7B9E94. Grayscale: #6C6C6C. Windows color (decimal): -8101525 or 7037316. OLE color: 7037316.
HSL color Cylindrical-coordinate representation of color #84616B: hue angle of 342.86º degrees, saturation: 0.15, 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 #84616B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 107 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.48 |
| HSL | 342.86º | 0.15% | 0.45% | - |
| HSV(B) | 342.86º | 0.27% | 0.52% | - |
| XYZ | 16.44 | 14.52 | 15.85 | - |
| YUV | 108.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 107 | 0 | 0.27 | 0.19 | 0.48 | 342.86 | 0.15 | 0.45 |
| Hex | 84 | 61 | 6B | 0 | 1B | 13 | 30 | 157 | F | 2D |
| Octal | 204 | 141 | 153 | 0 | 33 | 23 | 60 | 527 | 17 | 55 |
| Binary | 10000100 | 1100001 | 1101011 | 0 | 11011 | 10011 | 110000 | 101010111 | 1111 | 101101 |
Color Harmonies of #84616B
Complementary color
Monochromatic Colors of #84616B
Black with #84616B
Text Example
Text Example
White with #84616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84616B; }
p { color: rgb(132,97,107); }
H1.HeaderClassName
{
color: #84616B;
}
.AnyTagClassName
{
color: #84616B;
}
</style>
background-color css
<style>
a { background-color: #84616B; }
a { background-color: rgb(132,97,107); }
div.DivClassName
{
background-color: #84616B;
}
.BgClassName
{
background-color: #84616B;
}
</style>
border-color css
<style>
span { border-color: #84616B; }
span { border-color: rgb(132,97,107); }
td.TdClassName
{
border-color: #84616B;
}
.TagClassName
{
border-color: #84616B;
}
</style>