Shades of Mauve Taupe #845C6C
Tints of Mauve Taupe #845C6C
RGB
CMYK
RGB Variations
Color information
#845C6C (or 0x845C6C) is known color: Mauve Taupe. HEX triplet: 84, 5C and 6C. RGB value is (132,92,108). Sum of RGB (Red+Green+Blue) = 132+92+108=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6C is #7BA393. Grayscale: #696969. Windows color (decimal): -8102804 or 7101572. OLE color: 7101572.
HSL color Cylindrical-coordinate representation of color #845C6C: hue angle of 336º 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 #845C6C is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 108 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.48 |
| HSL | 336º | 0.18% | 0.44% | - |
| HSV(B) | 336º | 0.3% | 0.52% | - |
| XYZ | 16.05 | 13.64 | 15.97 | - |
| YUV | 105.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 108 | 0 | 0.30 | 0.18 | 0.48 | 336 | 0.18 | 0.44 |
| Hex | 84 | 5C | 6C | 0 | 1E | 12 | 30 | 150 | 12 | 2C |
| Octal | 204 | 134 | 154 | 0 | 36 | 22 | 60 | 520 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1101100 | 0 | 11110 | 10010 | 110000 | 101010000 | 10010 | 101100 |
Color Harmonies of #845C6C
Complementary color
Monochromatic Colors of #845C6C
Black with #845C6C
Text Example
Text Example
White with #845C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C6C; }
p { color: rgb(132,92,108); }
H1.HeaderClassName
{
color: #845C6C;
}
.AnyTagClassName
{
color: #845C6C;
}
</style>
background-color css
<style>
a { background-color: #845C6C; }
a { background-color: rgb(132,92,108); }
div.DivClassName
{
background-color: #845C6C;
}
.BgClassName
{
background-color: #845C6C;
}
</style>
border-color css
<style>
span { border-color: #845C6C; }
span { border-color: rgb(132,92,108); }
td.TdClassName
{
border-color: #845C6C;
}
.TagClassName
{
border-color: #845C6C;
}
</style>