Shades of Mauve Taupe #8D6671
Tints of Mauve Taupe #8D6671
RGB
CMYK
RGB Variations
Color information
#8D6671 (or 0x8D6671) is known color: Mauve Taupe. HEX triplet: 8D, 66 and 71. RGB value is (141,102,113). Sum of RGB (Red+Green+Blue) = 141+102+113=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6671 is #72998E. Grayscale: #727272. Windows color (decimal): -7510415 or 7431821. OLE color: 7431821.
HSL color Cylindrical-coordinate representation of color #8D6671: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6671 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 113 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.45 |
| HSL | 343.08º | 0.16% | 0.48% | - |
| HSV(B) | 343.08º | 0.28% | 0.55% | - |
| XYZ | 18.72 | 16.36 | 17.79 | - |
| YUV | 114.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 113 | 0 | 0.28 | 0.20 | 0.45 | 343.08 | 0.16 | 0.48 |
| Hex | 8D | 66 | 71 | 0 | 1C | 14 | 2D | 157 | 10 | 30 |
| Octal | 215 | 146 | 161 | 0 | 34 | 24 | 55 | 527 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1110001 | 0 | 11100 | 10100 | 101101 | 101010111 | 10000 | 110000 |
Color Harmonies of #8D6671
Complementary color
Monochromatic Colors of #8D6671
Black with #8D6671
Text Example
Text Example
White with #8D6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6671; }
p { color: rgb(141,102,113); }
H1.HeaderClassName
{
color: #8D6671;
}
.AnyTagClassName
{
color: #8D6671;
}
</style>
background-color css
<style>
a { background-color: #8D6671; }
a { background-color: rgb(141,102,113); }
div.DivClassName
{
background-color: #8D6671;
}
.BgClassName
{
background-color: #8D6671;
}
</style>
border-color css
<style>
span { border-color: #8D6671; }
span { border-color: rgb(141,102,113); }
td.TdClassName
{
border-color: #8D6671;
}
.TagClassName
{
border-color: #8D6671;
}
</style>