Shades of Mauve Taupe #8D606F
Tints of Mauve Taupe #8D606F
RGB
CMYK
RGB Variations
Color information
#8D606F (or 0x8D606F) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 6F. RGB value is (141,96,111). Sum of RGB (Red+Green+Blue) = 141+96+111=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D606F is #729F90. Grayscale: #6F6F6F. Windows color (decimal): -7511953 or 7299213. OLE color: 7299213.
HSL color Cylindrical-coordinate representation of color #8D606F: hue angle of 340º 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 #8D606F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 111 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.45 |
| HSL | 340º | 0.19% | 0.46% | - |
| HSV(B) | 340º | 0.32% | 0.55% | - |
| XYZ | 18.04 | 15.18 | 17.02 | - |
| YUV | 111.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 111 | 0 | 0.32 | 0.21 | 0.45 | 340 | 0.19 | 0.46 |
| Hex | 8D | 60 | 6F | 0 | 20 | 15 | 2D | 154 | 13 | 2E |
| Octal | 215 | 140 | 157 | 0 | 40 | 25 | 55 | 524 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1101111 | 0 | 100000 | 10101 | 101101 | 101010100 | 10011 | 101110 |
Color Harmonies of #8D606F
Complementary color
Monochromatic Colors of #8D606F
Black with #8D606F
Text Example
Text Example
White with #8D606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D606F; }
p { color: rgb(141,96,111); }
H1.HeaderClassName
{
color: #8D606F;
}
.AnyTagClassName
{
color: #8D606F;
}
</style>
background-color css
<style>
a { background-color: #8D606F; }
a { background-color: rgb(141,96,111); }
div.DivClassName
{
background-color: #8D606F;
}
.BgClassName
{
background-color: #8D606F;
}
</style>
border-color css
<style>
span { border-color: #8D606F; }
span { border-color: rgb(141,96,111); }
td.TdClassName
{
border-color: #8D606F;
}
.TagClassName
{
border-color: #8D606F;
}
</style>