Shades of Mauve Taupe #8E6168
Tints of Mauve Taupe #8E6168
RGB
CMYK
RGB Variations
Color information
#8E6168 (or 0x8E6168) is known color: Mauve Taupe. HEX triplet: 8E, 61 and 68. RGB value is (142,97,104). Sum of RGB (Red+Green+Blue) = 142+97+104=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6168 is #719E97. Grayscale: #6F6F6F. Windows color (decimal): -7446168 or 6840718. OLE color: 6840718.
HSL color Cylindrical-coordinate representation of color #8E6168: hue angle of 350.67º 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 #8E6168 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 104 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.44 |
| HSL | 350.67º | 0.19% | 0.47% | - |
| HSV(B) | 350.67º | 0.32% | 0.56% | - |
| XYZ | 17.93 | 15.3 | 15.1 | - |
| YUV | 111.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 104 | 0 | 0.32 | 0.27 | 0.44 | 350.67 | 0.19 | 0.47 |
| Hex | 8E | 61 | 68 | 0 | 20 | 1B | 2C | 15F | 13 | 2F |
| Octal | 216 | 141 | 150 | 0 | 40 | 33 | 54 | 537 | 23 | 57 |
| Binary | 10001110 | 1100001 | 1101000 | 0 | 100000 | 11011 | 101100 | 101011111 | 10011 | 101111 |
Color Harmonies of #8E6168
Complementary color
Monochromatic Colors of #8E6168
Black with #8E6168
Text Example
Text Example
White with #8E6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6168; }
p { color: rgb(142,97,104); }
H1.HeaderClassName
{
color: #8E6168;
}
.AnyTagClassName
{
color: #8E6168;
}
</style>
background-color css
<style>
a { background-color: #8E6168; }
a { background-color: rgb(142,97,104); }
div.DivClassName
{
background-color: #8E6168;
}
.BgClassName
{
background-color: #8E6168;
}
</style>
border-color css
<style>
span { border-color: #8E6168; }
span { border-color: rgb(142,97,104); }
td.TdClassName
{
border-color: #8E6168;
}
.TagClassName
{
border-color: #8E6168;
}
</style>