Shades of Mauve Taupe #845E63
Tints of Mauve Taupe #845E63
RGB
CMYK
RGB Variations
Color information
#845E63 (or 0x845E63) is known color: Mauve Taupe. HEX triplet: 84, 5E and 63. RGB value is (132,94,99). Sum of RGB (Red+Green+Blue) = 132+94+99=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #845E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E63 is #7BA19C. Grayscale: #696969. Windows color (decimal): -8102301 or 6512260. OLE color: 6512260.
HSL color Cylindrical-coordinate representation of color #845E63: hue angle of 352.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E63 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 99 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.48 |
| HSL | 352.11º | 0.17% | 0.44% | - |
| HSV(B) | 352.11º | 0.29% | 0.52% | - |
| XYZ | 15.77 | 13.81 | 13.64 | - |
| YUV | 105.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 99 | 0 | 0.29 | 0.25 | 0.48 | 352.11 | 0.17 | 0.44 |
| Hex | 84 | 5E | 63 | 0 | 1D | 19 | 30 | 160 | 11 | 2C |
| Octal | 204 | 136 | 143 | 0 | 35 | 31 | 60 | 540 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1100011 | 0 | 11101 | 11001 | 110000 | 101100000 | 10001 | 101100 |
Color Harmonies of #845E63
Complementary color
Monochromatic Colors of #845E63
Black with #845E63
Text Example
Text Example
White with #845E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E63; }
p { color: rgb(132,94,99); }
H1.HeaderClassName
{
color: #845E63;
}
.AnyTagClassName
{
color: #845E63;
}
</style>
background-color css
<style>
a { background-color: #845E63; }
a { background-color: rgb(132,94,99); }
div.DivClassName
{
background-color: #845E63;
}
.BgClassName
{
background-color: #845E63;
}
</style>
border-color css
<style>
span { border-color: #845E63; }
span { border-color: rgb(132,94,99); }
td.TdClassName
{
border-color: #845E63;
}
.TagClassName
{
border-color: #845E63;
}
</style>