Shades of Mauve Taupe #8D6A6E
Tints of Mauve Taupe #8D6A6E
RGB
CMYK
RGB Variations
Color information
#8D6A6E (or 0x8D6A6E) is known color: Mauve Taupe. HEX triplet: 8D, 6A and 6E. RGB value is (141,106,110). Sum of RGB (Red+Green+Blue) = 141+106+110=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A6E is #729591. Grayscale: #747474. Windows color (decimal): -7509394 or 7236237. OLE color: 7236237.
HSL color Cylindrical-coordinate representation of color #8D6A6E: hue angle of 353.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A6E is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 110 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.45 |
| HSL | 353.14º | 0.14% | 0.48% | - |
| HSV(B) | 353.14º | 0.25% | 0.55% | - |
| XYZ | 18.95 | 17.1 | 17.05 | - |
| YUV | 116.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 110 | 0 | 0.25 | 0.22 | 0.45 | 353.14 | 0.14 | 0.48 |
| Hex | 8D | 6A | 6E | 0 | 19 | 16 | 2D | 161 | E | 30 |
| Octal | 215 | 152 | 156 | 0 | 31 | 26 | 55 | 541 | 16 | 60 |
| Binary | 10001101 | 1101010 | 1101110 | 0 | 11001 | 10110 | 101101 | 101100001 | 1110 | 110000 |
Color Harmonies of #8D6A6E
Complementary color
Monochromatic Colors of #8D6A6E
Black with #8D6A6E
Text Example
Text Example
White with #8D6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A6E; }
p { color: rgb(141,106,110); }
H1.HeaderClassName
{
color: #8D6A6E;
}
.AnyTagClassName
{
color: #8D6A6E;
}
</style>
background-color css
<style>
a { background-color: #8D6A6E; }
a { background-color: rgb(141,106,110); }
div.DivClassName
{
background-color: #8D6A6E;
}
.BgClassName
{
background-color: #8D6A6E;
}
</style>
border-color css
<style>
span { border-color: #8D6A6E; }
span { border-color: rgb(141,106,110); }
td.TdClassName
{
border-color: #8D6A6E;
}
.TagClassName
{
border-color: #8D6A6E;
}
</style>