Shades of Mauve Taupe #845E65
Tints of Mauve Taupe #845E65
RGB
CMYK
RGB Variations
Color information
#845E65 (or 0x845E65) is known color: Mauve Taupe. HEX triplet: 84, 5E and 65. RGB value is (132,94,101). Sum of RGB (Red+Green+Blue) = 132+94+101=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E65 is #7BA19A. Grayscale: #6A6A6A. Windows color (decimal): -8102299 or 6643332. OLE color: 6643332.
HSL color Cylindrical-coordinate representation of color #845E65: hue angle of 348.95º 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 #845E65 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 101 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.48 |
| HSL | 348.95º | 0.17% | 0.44% | - |
| HSV(B) | 348.95º | 0.29% | 0.52% | - |
| XYZ | 15.87 | 13.85 | 14.15 | - |
| YUV | 106.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 101 | 0 | 0.29 | 0.23 | 0.48 | 348.95 | 0.17 | 0.44 |
| Hex | 84 | 5E | 65 | 0 | 1D | 17 | 30 | 15D | 11 | 2C |
| Octal | 204 | 136 | 145 | 0 | 35 | 27 | 60 | 535 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1100101 | 0 | 11101 | 10111 | 110000 | 101011101 | 10001 | 101100 |
Color Harmonies of #845E65
Complementary color
Monochromatic Colors of #845E65
Black with #845E65
Text Example
Text Example
White with #845E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E65; }
p { color: rgb(132,94,101); }
H1.HeaderClassName
{
color: #845E65;
}
.AnyTagClassName
{
color: #845E65;
}
</style>
background-color css
<style>
a { background-color: #845E65; }
a { background-color: rgb(132,94,101); }
div.DivClassName
{
background-color: #845E65;
}
.BgClassName
{
background-color: #845E65;
}
</style>
border-color css
<style>
span { border-color: #845E65; }
span { border-color: rgb(132,94,101); }
td.TdClassName
{
border-color: #845E65;
}
.TagClassName
{
border-color: #845E65;
}
</style>