Shades of Mauve Taupe #8D5E60
Tints of Mauve Taupe #8D5E60
RGB
CMYK
RGB Variations
Color information
#8D5E60 (or 0x8D5E60) is known color: Mauve Taupe. HEX triplet: 8D, 5E and 60. RGB value is (141,94,96). Sum of RGB (Red+Green+Blue) = 141+94+96=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E60 is #72A19F. Grayscale: #6C6C6C. Windows color (decimal): -7512480 or 6315661. OLE color: 6315661.
HSL color Cylindrical-coordinate representation of color #8D5E60: hue angle of 357.45º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5E60 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 96 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.45 |
| HSL | 357.45º | 0.2% | 0.46% | - |
| HSV(B) | 357.45º | 0.33% | 0.55% | - |
| XYZ | 17.1 | 14.51 | 12.97 | - |
| YUV | 108.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 96 | 0 | 0.33 | 0.32 | 0.45 | 357.45 | 0.2 | 0.46 |
| Hex | 8D | 5E | 60 | 0 | 21 | 20 | 2D | 165 | 14 | 2E |
| Octal | 215 | 136 | 140 | 0 | 41 | 40 | 55 | 545 | 24 | 56 |
| Binary | 10001101 | 1011110 | 1100000 | 0 | 100001 | 100000 | 101101 | 101100101 | 10100 | 101110 |
Color Harmonies of #8D5E60
Complementary color
Monochromatic Colors of #8D5E60
Black with #8D5E60
Text Example
Text Example
White with #8D5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E60; }
p { color: rgb(141,94,96); }
H1.HeaderClassName
{
color: #8D5E60;
}
.AnyTagClassName
{
color: #8D5E60;
}
</style>
background-color css
<style>
a { background-color: #8D5E60; }
a { background-color: rgb(141,94,96); }
div.DivClassName
{
background-color: #8D5E60;
}
.BgClassName
{
background-color: #8D5E60;
}
</style>
border-color css
<style>
span { border-color: #8D5E60; }
span { border-color: rgb(141,94,96); }
td.TdClassName
{
border-color: #8D5E60;
}
.TagClassName
{
border-color: #8D5E60;
}
</style>