Shades of Mauve Taupe #8E6061
Tints of Mauve Taupe #8E6061
RGB
CMYK
RGB Variations
Color information
#8E6061 (or 0x8E6061) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 61. RGB value is (142,96,97). Sum of RGB (Red+Green+Blue) = 142+96+97=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6061 is #719F9E. Grayscale: #6D6D6D. Windows color (decimal): -7446431 or 6381710. OLE color: 6381710.
HSL color Cylindrical-coordinate representation of color #8E6061: hue angle of 358.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6061 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 97 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.44 |
| HSL | 358.7º | 0.19% | 0.47% | - |
| HSV(B) | 358.7º | 0.32% | 0.56% | - |
| XYZ | 17.5 | 14.98 | 13.28 | - |
| YUV | 109.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 97 | 0 | 0.32 | 0.32 | 0.44 | 358.7 | 0.19 | 0.47 |
| Hex | 8E | 60 | 61 | 0 | 20 | 20 | 2C | 167 | 13 | 2F |
| Octal | 216 | 140 | 141 | 0 | 40 | 40 | 54 | 547 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1100001 | 0 | 100000 | 100000 | 101100 | 101100111 | 10011 | 101111 |
Color Harmonies of #8E6061
Complementary color
Monochromatic Colors of #8E6061
Black with #8E6061
Text Example
Text Example
White with #8E6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6061; }
p { color: rgb(142,96,97); }
H1.HeaderClassName
{
color: #8E6061;
}
.AnyTagClassName
{
color: #8E6061;
}
</style>
background-color css
<style>
a { background-color: #8E6061; }
a { background-color: rgb(142,96,97); }
div.DivClassName
{
background-color: #8E6061;
}
.BgClassName
{
background-color: #8E6061;
}
</style>
border-color css
<style>
span { border-color: #8E6061; }
span { border-color: rgb(142,96,97); }
td.TdClassName
{
border-color: #8E6061;
}
.TagClassName
{
border-color: #8E6061;
}
</style>