Shades of Mauve Taupe #845D66
Tints of Mauve Taupe #845D66
RGB
CMYK
RGB Variations
Color information
#845D66 (or 0x845D66) is known color: Mauve Taupe. HEX triplet: 84, 5D and 66. RGB value is (132,93,102). Sum of RGB (Red+Green+Blue) = 132+93+102=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D66 is #7BA299. Grayscale: #696969. Windows color (decimal): -8102554 or 6708612. OLE color: 6708612.
HSL color Cylindrical-coordinate representation of color #845D66: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D66 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 102 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.48 |
| HSL | 346.15º | 0.17% | 0.44% | - |
| HSV(B) | 346.15º | 0.3% | 0.52% | - |
| XYZ | 15.83 | 13.69 | 14.38 | - |
| YUV | 105.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 102 | 0 | 0.30 | 0.23 | 0.48 | 346.15 | 0.17 | 0.44 |
| Hex | 84 | 5D | 66 | 0 | 1E | 17 | 30 | 15A | 11 | 2C |
| Octal | 204 | 135 | 146 | 0 | 36 | 27 | 60 | 532 | 21 | 54 |
| Binary | 10000100 | 1011101 | 1100110 | 0 | 11110 | 10111 | 110000 | 101011010 | 10001 | 101100 |
Color Harmonies of #845D66
Complementary color
Monochromatic Colors of #845D66
Black with #845D66
Text Example
Text Example
White with #845D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D66; }
p { color: rgb(132,93,102); }
H1.HeaderClassName
{
color: #845D66;
}
.AnyTagClassName
{
color: #845D66;
}
</style>
background-color css
<style>
a { background-color: #845D66; }
a { background-color: rgb(132,93,102); }
div.DivClassName
{
background-color: #845D66;
}
.BgClassName
{
background-color: #845D66;
}
</style>
border-color css
<style>
span { border-color: #845D66; }
span { border-color: rgb(132,93,102); }
td.TdClassName
{
border-color: #845D66;
}
.TagClassName
{
border-color: #845D66;
}
</style>