Shades of Mauve Taupe #8E696E
Tints of Mauve Taupe #8E696E
RGB
CMYK
RGB Variations
Color information
#8E696E (or 0x8E696E) is known color: Mauve Taupe. HEX triplet: 8E, 69 and 6E. RGB value is (142,105,110). Sum of RGB (Red+Green+Blue) = 142+105+110=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696E is #719691. Grayscale: #747474. Windows color (decimal): -7444114 or 7235982. OLE color: 7235982.
HSL color Cylindrical-coordinate representation of color #8E696E: hue angle of 351.89º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E696E is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 110 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.44 |
| HSL | 351.89º | 0.15% | 0.48% | - |
| HSV(B) | 351.89º | 0.26% | 0.56% | - |
| XYZ | 19.02 | 16.98 | 17.03 | - |
| YUV | 116.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 110 | 0 | 0.26 | 0.23 | 0.44 | 351.89 | 0.15 | 0.48 |
| Hex | 8E | 69 | 6E | 0 | 1A | 17 | 2C | 160 | F | 30 |
| Octal | 216 | 151 | 156 | 0 | 32 | 27 | 54 | 540 | 17 | 60 |
| Binary | 10001110 | 1101001 | 1101110 | 0 | 11010 | 10111 | 101100 | 101100000 | 1111 | 110000 |
Color Harmonies of #8E696E
Complementary color
Monochromatic Colors of #8E696E
Black with #8E696E
Text Example
Text Example
White with #8E696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E696E; }
p { color: rgb(142,105,110); }
H1.HeaderClassName
{
color: #8E696E;
}
.AnyTagClassName
{
color: #8E696E;
}
</style>
background-color css
<style>
a { background-color: #8E696E; }
a { background-color: rgb(142,105,110); }
div.DivClassName
{
background-color: #8E696E;
}
.BgClassName
{
background-color: #8E696E;
}
</style>
border-color css
<style>
span { border-color: #8E696E; }
span { border-color: rgb(142,105,110); }
td.TdClassName
{
border-color: #8E696E;
}
.TagClassName
{
border-color: #8E696E;
}
</style>