Shades of Mauve Taupe #8D6170
Tints of Mauve Taupe #8D6170
RGB
CMYK
RGB Variations
Color information
#8D6170 (or 0x8D6170) is known color: Mauve Taupe. HEX triplet: 8D, 61 and 70. RGB value is (141,97,112). Sum of RGB (Red+Green+Blue) = 141+97+112=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6170 is #729E8F. Grayscale: #6F6F6F. Windows color (decimal): -7511696 or 7365005. OLE color: 7365005.
HSL color Cylindrical-coordinate representation of color #8D6170: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6170 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 112 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.45 |
| HSL | 339.55º | 0.18% | 0.47% | - |
| HSV(B) | 339.55º | 0.31% | 0.55% | - |
| XYZ | 18.18 | 15.38 | 17.34 | - |
| YUV | 111.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 112 | 0 | 0.31 | 0.21 | 0.45 | 339.55 | 0.18 | 0.47 |
| Hex | 8D | 61 | 70 | 0 | 1F | 15 | 2D | 154 | 12 | 2F |
| Octal | 215 | 141 | 160 | 0 | 37 | 25 | 55 | 524 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1110000 | 0 | 11111 | 10101 | 101101 | 101010100 | 10010 | 101111 |
Color Harmonies of #8D6170
Complementary color
Monochromatic Colors of #8D6170
Black with #8D6170
Text Example
Text Example
White with #8D6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6170; }
p { color: rgb(141,97,112); }
H1.HeaderClassName
{
color: #8D6170;
}
.AnyTagClassName
{
color: #8D6170;
}
</style>
background-color css
<style>
a { background-color: #8D6170; }
a { background-color: rgb(141,97,112); }
div.DivClassName
{
background-color: #8D6170;
}
.BgClassName
{
background-color: #8D6170;
}
</style>
border-color css
<style>
span { border-color: #8D6170; }
span { border-color: rgb(141,97,112); }
td.TdClassName
{
border-color: #8D6170;
}
.TagClassName
{
border-color: #8D6170;
}
</style>