Shades of Mauve Taupe #8D666D
Tints of Mauve Taupe #8D666D
RGB
CMYK
RGB Variations
Color information
#8D666D (or 0x8D666D) is known color: Mauve Taupe. HEX triplet: 8D, 66 and 6D. RGB value is (141,102,109). Sum of RGB (Red+Green+Blue) = 141+102+109=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D666D is #729992. Grayscale: #727272. Windows color (decimal): -7510419 or 7169677. OLE color: 7169677.
HSL color Cylindrical-coordinate representation of color #8D666D: hue angle of 349.23º 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 #8D666D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 109 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.45 |
| HSL | 349.23º | 0.16% | 0.48% | - |
| HSV(B) | 349.23º | 0.28% | 0.55% | - |
| XYZ | 18.5 | 16.27 | 16.63 | - |
| YUV | 114.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 109 | 0 | 0.28 | 0.23 | 0.45 | 349.23 | 0.16 | 0.48 |
| Hex | 8D | 66 | 6D | 0 | 1C | 17 | 2D | 15D | 10 | 30 |
| Octal | 215 | 146 | 155 | 0 | 34 | 27 | 55 | 535 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1101101 | 0 | 11100 | 10111 | 101101 | 101011101 | 10000 | 110000 |
Color Harmonies of #8D666D
Complementary color
Monochromatic Colors of #8D666D
Black with #8D666D
Text Example
Text Example
White with #8D666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D666D; }
p { color: rgb(141,102,109); }
H1.HeaderClassName
{
color: #8D666D;
}
.AnyTagClassName
{
color: #8D666D;
}
</style>
background-color css
<style>
a { background-color: #8D666D; }
a { background-color: rgb(141,102,109); }
div.DivClassName
{
background-color: #8D666D;
}
.BgClassName
{
background-color: #8D666D;
}
</style>
border-color css
<style>
span { border-color: #8D666D; }
span { border-color: rgb(141,102,109); }
td.TdClassName
{
border-color: #8D666D;
}
.TagClassName
{
border-color: #8D666D;
}
</style>