Shades of Mauve Taupe #845C6E
Tints of Mauve Taupe #845C6E
RGB
CMYK
RGB Variations
Color information
#845C6E (or 0x845C6E) is known color: Mauve Taupe. HEX triplet: 84, 5C and 6E. RGB value is (132,92,110). Sum of RGB (Red+Green+Blue) = 132+92+110=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6E is #7BA391. Grayscale: #696969. Windows color (decimal): -8102802 or 7232644. OLE color: 7232644.
HSL color Cylindrical-coordinate representation of color #845C6E: hue angle of 333º degrees, saturation: 0.18, 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 #845C6E is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 110 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.48 |
| HSL | 333º | 0.18% | 0.44% | - |
| HSV(B) | 333º | 0.3% | 0.52% | - |
| XYZ | 16.16 | 13.69 | 16.54 | - |
| YUV | 106.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 110 | 0 | 0.30 | 0.17 | 0.48 | 333 | 0.18 | 0.44 |
| Hex | 84 | 5C | 6E | 0 | 1E | 11 | 30 | 14D | 12 | 2C |
| Octal | 204 | 134 | 156 | 0 | 36 | 21 | 60 | 515 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1101110 | 0 | 11110 | 10001 | 110000 | 101001101 | 10010 | 101100 |
Color Harmonies of #845C6E
Complementary color
Monochromatic Colors of #845C6E
Black with #845C6E
Text Example
Text Example
White with #845C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C6E; }
p { color: rgb(132,92,110); }
H1.HeaderClassName
{
color: #845C6E;
}
.AnyTagClassName
{
color: #845C6E;
}
</style>
background-color css
<style>
a { background-color: #845C6E; }
a { background-color: rgb(132,92,110); }
div.DivClassName
{
background-color: #845C6E;
}
.BgClassName
{
background-color: #845C6E;
}
</style>
border-color css
<style>
span { border-color: #845C6E; }
span { border-color: rgb(132,92,110); }
td.TdClassName
{
border-color: #845C6E;
}
.TagClassName
{
border-color: #845C6E;
}
</style>