Shades of Mauve Taupe #8D606E
Tints of Mauve Taupe #8D606E
RGB
CMYK
RGB Variations
Color information
#8D606E (or 0x8D606E) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 6E. RGB value is (141,96,110). Sum of RGB (Red+Green+Blue) = 141+96+110=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D606E is #729F91. Grayscale: #6F6F6F. Windows color (decimal): -7511954 or 7233677. OLE color: 7233677.
HSL color Cylindrical-coordinate representation of color #8D606E: hue angle of 341.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D606E is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 110 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.45 |
| HSL | 341.33º | 0.19% | 0.46% | - |
| HSV(B) | 341.33º | 0.32% | 0.55% | - |
| XYZ | 17.98 | 15.15 | 16.73 | - |
| YUV | 111.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 110 | 0 | 0.32 | 0.22 | 0.45 | 341.33 | 0.19 | 0.46 |
| Hex | 8D | 60 | 6E | 0 | 20 | 16 | 2D | 155 | 13 | 2E |
| Octal | 215 | 140 | 156 | 0 | 40 | 26 | 55 | 525 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1101110 | 0 | 100000 | 10110 | 101101 | 101010101 | 10011 | 101110 |
Color Harmonies of #8D606E
Complementary color
Monochromatic Colors of #8D606E
Black with #8D606E
Text Example
Text Example
White with #8D606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D606E; }
p { color: rgb(141,96,110); }
H1.HeaderClassName
{
color: #8D606E;
}
.AnyTagClassName
{
color: #8D606E;
}
</style>
background-color css
<style>
a { background-color: #8D606E; }
a { background-color: rgb(141,96,110); }
div.DivClassName
{
background-color: #8D606E;
}
.BgClassName
{
background-color: #8D606E;
}
</style>
border-color css
<style>
span { border-color: #8D606E; }
span { border-color: rgb(141,96,110); }
td.TdClassName
{
border-color: #8D606E;
}
.TagClassName
{
border-color: #8D606E;
}
</style>