Shades of Mauve Taupe #8E636C
Tints of Mauve Taupe #8E636C
RGB
CMYK
RGB Variations
Color information
#8E636C (or 0x8E636C) is known color: Mauve Taupe. HEX triplet: 8E, 63 and 6C. RGB value is (142,99,108). Sum of RGB (Red+Green+Blue) = 142+99+108=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E636C is #719C93. Grayscale: #707070. Windows color (decimal): -7445652 or 7103374. OLE color: 7103374.
HSL color Cylindrical-coordinate representation of color #8E636C: hue angle of 347.44º degrees, saturation: 0.18, 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 #8E636C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 108 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.44 |
| HSL | 347.44º | 0.18% | 0.47% | - |
| HSV(B) | 347.44º | 0.3% | 0.56% | - |
| XYZ | 18.32 | 15.76 | 16.26 | - |
| YUV | 112.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 108 | 0 | 0.30 | 0.24 | 0.44 | 347.44 | 0.18 | 0.47 |
| Hex | 8E | 63 | 6C | 0 | 1E | 18 | 2C | 15B | 12 | 2F |
| Octal | 216 | 143 | 154 | 0 | 36 | 30 | 54 | 533 | 22 | 57 |
| Binary | 10001110 | 1100011 | 1101100 | 0 | 11110 | 11000 | 101100 | 101011011 | 10010 | 101111 |
Color Harmonies of #8E636C
Complementary color
Monochromatic Colors of #8E636C
Black with #8E636C
Text Example
Text Example
White with #8E636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E636C; }
p { color: rgb(142,99,108); }
H1.HeaderClassName
{
color: #8E636C;
}
.AnyTagClassName
{
color: #8E636C;
}
</style>
background-color css
<style>
a { background-color: #8E636C; }
a { background-color: rgb(142,99,108); }
div.DivClassName
{
background-color: #8E636C;
}
.BgClassName
{
background-color: #8E636C;
}
</style>
border-color css
<style>
span { border-color: #8E636C; }
span { border-color: rgb(142,99,108); }
td.TdClassName
{
border-color: #8E636C;
}
.TagClassName
{
border-color: #8E636C;
}
</style>