Shades of Mauve Taupe #8E606A
Tints of Mauve Taupe #8E606A
RGB
CMYK
RGB Variations
Color information
#8E606A (or 0x8E606A) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 6A. RGB value is (142,96,106). Sum of RGB (Red+Green+Blue) = 142+96+106=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E606A is #719F95. Grayscale: #6E6E6E. Windows color (decimal): -7446422 or 6971534. OLE color: 6971534.
HSL color Cylindrical-coordinate representation of color #8E606A: hue angle of 346.96º 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 #8E606A is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 106 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.44 |
| HSL | 346.96º | 0.19% | 0.47% | - |
| HSV(B) | 346.96º | 0.32% | 0.56% | - |
| XYZ | 17.94 | 15.16 | 15.62 | - |
| YUV | 110.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 106 | 0 | 0.32 | 0.25 | 0.44 | 346.96 | 0.19 | 0.47 |
| Hex | 8E | 60 | 6A | 0 | 20 | 19 | 2C | 15B | 13 | 2F |
| Octal | 216 | 140 | 152 | 0 | 40 | 31 | 54 | 533 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1101010 | 0 | 100000 | 11001 | 101100 | 101011011 | 10011 | 101111 |
Color Harmonies of #8E606A
Complementary color
Monochromatic Colors of #8E606A
Black with #8E606A
Text Example
Text Example
White with #8E606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E606A; }
p { color: rgb(142,96,106); }
H1.HeaderClassName
{
color: #8E606A;
}
.AnyTagClassName
{
color: #8E606A;
}
</style>
background-color css
<style>
a { background-color: #8E606A; }
a { background-color: rgb(142,96,106); }
div.DivClassName
{
background-color: #8E606A;
}
.BgClassName
{
background-color: #8E606A;
}
</style>
border-color css
<style>
span { border-color: #8E606A; }
span { border-color: rgb(142,96,106); }
td.TdClassName
{
border-color: #8E606A;
}
.TagClassName
{
border-color: #8E606A;
}
</style>