Shades of Mauve Taupe #845C68
Tints of Mauve Taupe #845C68
RGB
CMYK
RGB Variations
Color information
#845C68 (or 0x845C68) is known color: Mauve Taupe. HEX triplet: 84, 5C and 68. RGB value is (132,92,104). Sum of RGB (Red+Green+Blue) = 132+92+104=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C68 is #7BA397. Grayscale: #696969. Windows color (decimal): -8102808 or 6839428. OLE color: 6839428.
HSL color Cylindrical-coordinate representation of color #845C68: hue angle of 342º 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 #845C68 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 104 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.48 |
| HSL | 342º | 0.18% | 0.44% | - |
| HSV(B) | 342º | 0.3% | 0.52% | - |
| XYZ | 15.84 | 13.56 | 14.88 | - |
| YUV | 105.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 104 | 0 | 0.30 | 0.21 | 0.48 | 342 | 0.18 | 0.44 |
| Hex | 84 | 5C | 68 | 0 | 1E | 15 | 30 | 156 | 12 | 2C |
| Octal | 204 | 134 | 150 | 0 | 36 | 25 | 60 | 526 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1101000 | 0 | 11110 | 10101 | 110000 | 101010110 | 10010 | 101100 |
Color Harmonies of #845C68
Complementary color
Monochromatic Colors of #845C68
Black with #845C68
Text Example
Text Example
White with #845C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C68; }
p { color: rgb(132,92,104); }
H1.HeaderClassName
{
color: #845C68;
}
.AnyTagClassName
{
color: #845C68;
}
</style>
background-color css
<style>
a { background-color: #845C68; }
a { background-color: rgb(132,92,104); }
div.DivClassName
{
background-color: #845C68;
}
.BgClassName
{
background-color: #845C68;
}
</style>
border-color css
<style>
span { border-color: #845C68; }
span { border-color: rgb(132,92,104); }
td.TdClassName
{
border-color: #845C68;
}
.TagClassName
{
border-color: #845C68;
}
</style>