Shades of Mauve Taupe #845E62
Tints of Mauve Taupe #845E62
RGB
CMYK
RGB Variations
Color information
#845E62 (or 0x845E62) is known color: Mauve Taupe. HEX triplet: 84, 5E and 62. RGB value is (132,94,98). Sum of RGB (Red+Green+Blue) = 132+94+98=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #845E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E62 is #7BA19D. Grayscale: #696969. Windows color (decimal): -8102302 or 6446724. OLE color: 6446724.
HSL color Cylindrical-coordinate representation of color #845E62: hue angle of 353.68º 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 #845E62 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 98 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.48 |
| HSL | 353.68º | 0.17% | 0.44% | - |
| HSV(B) | 353.68º | 0.29% | 0.52% | - |
| XYZ | 15.72 | 13.79 | 13.39 | - |
| YUV | 105.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 98 | 0 | 0.29 | 0.26 | 0.48 | 353.68 | 0.17 | 0.44 |
| Hex | 84 | 5E | 62 | 0 | 1D | 1A | 30 | 162 | 11 | 2C |
| Octal | 204 | 136 | 142 | 0 | 35 | 32 | 60 | 542 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1100010 | 0 | 11101 | 11010 | 110000 | 101100010 | 10001 | 101100 |
Color Harmonies of #845E62
Complementary color
Monochromatic Colors of #845E62
Black with #845E62
Text Example
Text Example
White with #845E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E62; }
p { color: rgb(132,94,98); }
H1.HeaderClassName
{
color: #845E62;
}
.AnyTagClassName
{
color: #845E62;
}
</style>
background-color css
<style>
a { background-color: #845E62; }
a { background-color: rgb(132,94,98); }
div.DivClassName
{
background-color: #845E62;
}
.BgClassName
{
background-color: #845E62;
}
</style>
border-color css
<style>
span { border-color: #845E62; }
span { border-color: rgb(132,94,98); }
td.TdClassName
{
border-color: #845E62;
}
.TagClassName
{
border-color: #845E62;
}
</style>