Shades of Mauve Taupe #8E686A
Tints of Mauve Taupe #8E686A
RGB
CMYK
RGB Variations
Color information
#8E686A (or 0x8E686A) is known color: Mauve Taupe. HEX triplet: 8E, 68 and 6A. RGB value is (142,104,106). Sum of RGB (Red+Green+Blue) = 142+104+106=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E686A is #719795. Grayscale: #737373. Windows color (decimal): -7444374 or 6973582. OLE color: 6973582.
HSL color Cylindrical-coordinate representation of color #8E686A: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E686A is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 106 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.44 |
| HSL | 356.84º | 0.15% | 0.48% | - |
| HSV(B) | 356.84º | 0.27% | 0.56% | - |
| XYZ | 18.71 | 16.69 | 15.87 | - |
| YUV | 115.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 106 | 0 | 0.27 | 0.25 | 0.44 | 356.84 | 0.15 | 0.48 |
| Hex | 8E | 68 | 6A | 0 | 1B | 19 | 2C | 165 | F | 30 |
| Octal | 216 | 150 | 152 | 0 | 33 | 31 | 54 | 545 | 17 | 60 |
| Binary | 10001110 | 1101000 | 1101010 | 0 | 11011 | 11001 | 101100 | 101100101 | 1111 | 110000 |
Color Harmonies of #8E686A
Complementary color
Monochromatic Colors of #8E686A
Black with #8E686A
Text Example
Text Example
White with #8E686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E686A; }
p { color: rgb(142,104,106); }
H1.HeaderClassName
{
color: #8E686A;
}
.AnyTagClassName
{
color: #8E686A;
}
</style>
background-color css
<style>
a { background-color: #8E686A; }
a { background-color: rgb(142,104,106); }
div.DivClassName
{
background-color: #8E686A;
}
.BgClassName
{
background-color: #8E686A;
}
</style>
border-color css
<style>
span { border-color: #8E686A; }
span { border-color: rgb(142,104,106); }
td.TdClassName
{
border-color: #8E686A;
}
.TagClassName
{
border-color: #8E686A;
}
</style>