Shades of Mauve Taupe #8D606C
Tints of Mauve Taupe #8D606C
RGB
CMYK
RGB Variations
Color information
#8D606C (or 0x8D606C) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 6C. RGB value is (141,96,108). Sum of RGB (Red+Green+Blue) = 141+96+108=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D606C is #729F93. Grayscale: #6E6E6E. Windows color (decimal): -7511956 or 7102605. OLE color: 7102605.
HSL color Cylindrical-coordinate representation of color #8D606C: hue angle of 344º 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 #8D606C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 108 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.45 |
| HSL | 344º | 0.19% | 0.46% | - |
| HSV(B) | 344º | 0.32% | 0.55% | - |
| XYZ | 17.87 | 15.11 | 16.16 | - |
| YUV | 110.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 108 | 0 | 0.32 | 0.23 | 0.45 | 344 | 0.19 | 0.46 |
| Hex | 8D | 60 | 6C | 0 | 20 | 17 | 2D | 158 | 13 | 2E |
| Octal | 215 | 140 | 154 | 0 | 40 | 27 | 55 | 530 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1101100 | 0 | 100000 | 10111 | 101101 | 101011000 | 10011 | 101110 |
Color Harmonies of #8D606C
Complementary color
Monochromatic Colors of #8D606C
Black with #8D606C
Text Example
Text Example
White with #8D606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D606C; }
p { color: rgb(141,96,108); }
H1.HeaderClassName
{
color: #8D606C;
}
.AnyTagClassName
{
color: #8D606C;
}
</style>
background-color css
<style>
a { background-color: #8D606C; }
a { background-color: rgb(141,96,108); }
div.DivClassName
{
background-color: #8D606C;
}
.BgClassName
{
background-color: #8D606C;
}
</style>
border-color css
<style>
span { border-color: #8D606C; }
span { border-color: rgb(141,96,108); }
td.TdClassName
{
border-color: #8D606C;
}
.TagClassName
{
border-color: #8D606C;
}
</style>