Shades of Mauve Taupe #8E646D
Tints of Mauve Taupe #8E646D
RGB
CMYK
RGB Variations
Color information
#8E646D (or 0x8E646D) is known color: Mauve Taupe. HEX triplet: 8E, 64 and 6D. RGB value is (142,100,109). Sum of RGB (Red+Green+Blue) = 142+100+109=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E646D is #719B92. Grayscale: #717171. Windows color (decimal): -7445395 or 7169166. OLE color: 7169166.
HSL color Cylindrical-coordinate representation of color #8E646D: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E646D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 109 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.44 |
| HSL | 347.14º | 0.17% | 0.47% | - |
| HSV(B) | 347.14º | 0.3% | 0.56% | - |
| XYZ | 18.47 | 15.97 | 16.58 | - |
| YUV | 113.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 109 | 0 | 0.30 | 0.23 | 0.44 | 347.14 | 0.17 | 0.47 |
| Hex | 8E | 64 | 6D | 0 | 1E | 17 | 2C | 15B | 11 | 2F |
| Octal | 216 | 144 | 155 | 0 | 36 | 27 | 54 | 533 | 21 | 57 |
| Binary | 10001110 | 1100100 | 1101101 | 0 | 11110 | 10111 | 101100 | 101011011 | 10001 | 101111 |
Color Harmonies of #8E646D
Complementary color
Monochromatic Colors of #8E646D
Black with #8E646D
Text Example
Text Example
White with #8E646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E646D; }
p { color: rgb(142,100,109); }
H1.HeaderClassName
{
color: #8E646D;
}
.AnyTagClassName
{
color: #8E646D;
}
</style>
background-color css
<style>
a { background-color: #8E646D; }
a { background-color: rgb(142,100,109); }
div.DivClassName
{
background-color: #8E646D;
}
.BgClassName
{
background-color: #8E646D;
}
</style>
border-color css
<style>
span { border-color: #8E646D; }
span { border-color: rgb(142,100,109); }
td.TdClassName
{
border-color: #8E646D;
}
.TagClassName
{
border-color: #8E646D;
}
</style>