Shades of Mauve Taupe #8E656A
Tints of Mauve Taupe #8E656A
RGB
CMYK
RGB Variations
Color information
#8E656A (or 0x8E656A) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 6A. RGB value is (142,101,106). Sum of RGB (Red+Green+Blue) = 142+101+106=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E656A is #719A95. Grayscale: #717171. Windows color (decimal): -7445142 or 6972814. OLE color: 6972814.
HSL color Cylindrical-coordinate representation of color #8E656A: hue angle of 352.68º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E656A is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 106 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.44 |
| HSL | 352.68º | 0.17% | 0.48% | - |
| HSV(B) | 352.68º | 0.29% | 0.56% | - |
| XYZ | 18.41 | 16.1 | 15.77 | - |
| YUV | 113.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 106 | 0 | 0.29 | 0.25 | 0.44 | 352.68 | 0.17 | 0.48 |
| Hex | 8E | 65 | 6A | 0 | 1D | 19 | 2C | 161 | 11 | 30 |
| Octal | 216 | 145 | 152 | 0 | 35 | 31 | 54 | 541 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1101010 | 0 | 11101 | 11001 | 101100 | 101100001 | 10001 | 110000 |
Color Harmonies of #8E656A
Complementary color
Monochromatic Colors of #8E656A
Black with #8E656A
Text Example
Text Example
White with #8E656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E656A; }
p { color: rgb(142,101,106); }
H1.HeaderClassName
{
color: #8E656A;
}
.AnyTagClassName
{
color: #8E656A;
}
</style>
background-color css
<style>
a { background-color: #8E656A; }
a { background-color: rgb(142,101,106); }
div.DivClassName
{
background-color: #8E656A;
}
.BgClassName
{
background-color: #8E656A;
}
</style>
border-color css
<style>
span { border-color: #8E656A; }
span { border-color: rgb(142,101,106); }
td.TdClassName
{
border-color: #8E656A;
}
.TagClassName
{
border-color: #8E656A;
}
</style>