Shades of Mauve Taupe #8C5E60
Tints of Mauve Taupe #8C5E60
RGB
CMYK
RGB Variations
Color information
#8C5E60 (or 0x8C5E60) is known color: Mauve Taupe. HEX triplet: 8C, 5E and 60. RGB value is (140,94,96). Sum of RGB (Red+Green+Blue) = 140+94+96=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E60 is #73A19F. Grayscale: #6C6C6C. Windows color (decimal): -7578016 or 6315660. OLE color: 6315660.
HSL color Cylindrical-coordinate representation of color #8C5E60: hue angle of 357.39º 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 #8C5E60 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 96 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.45 |
| HSL | 357.39º | 0.2% | 0.46% | - |
| HSV(B) | 357.39º | 0.33% | 0.55% | - |
| XYZ | 16.93 | 14.43 | 12.96 | - |
| YUV | 107.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 96 | 0 | 0.33 | 0.31 | 0.45 | 357.39 | 0.2 | 0.46 |
| Hex | 8C | 5E | 60 | 0 | 21 | 1F | 2D | 165 | 14 | 2E |
| Octal | 214 | 136 | 140 | 0 | 41 | 37 | 55 | 545 | 24 | 56 |
| Binary | 10001100 | 1011110 | 1100000 | 0 | 100001 | 11111 | 101101 | 101100101 | 10100 | 101110 |
Color Harmonies of #8C5E60
Complementary color
Monochromatic Colors of #8C5E60
Black with #8C5E60
Text Example
Text Example
White with #8C5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E60; }
p { color: rgb(140,94,96); }
H1.HeaderClassName
{
color: #8C5E60;
}
.AnyTagClassName
{
color: #8C5E60;
}
</style>
background-color css
<style>
a { background-color: #8C5E60; }
a { background-color: rgb(140,94,96); }
div.DivClassName
{
background-color: #8C5E60;
}
.BgClassName
{
background-color: #8C5E60;
}
</style>
border-color css
<style>
span { border-color: #8C5E60; }
span { border-color: rgb(140,94,96); }
td.TdClassName
{
border-color: #8C5E60;
}
.TagClassName
{
border-color: #8C5E60;
}
</style>