Shades of Mauve Taupe #8D646D
Tints of Mauve Taupe #8D646D
RGB
CMYK
RGB Variations
Color information
#8D646D (or 0x8D646D) is known color: Mauve Taupe. HEX triplet: 8D, 64 and 6D. RGB value is (141,100,109). Sum of RGB (Red+Green+Blue) = 141+100+109=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D646D is #729B92. Grayscale: #717171. Windows color (decimal): -7510931 or 7169165. OLE color: 7169165.
HSL color Cylindrical-coordinate representation of color #8D646D: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D646D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 109 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.45 |
| HSL | 346.83º | 0.17% | 0.47% | - |
| HSV(B) | 346.83º | 0.29% | 0.55% | - |
| XYZ | 18.3 | 15.88 | 16.57 | - |
| YUV | 113.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 109 | 0 | 0.29 | 0.23 | 0.45 | 346.83 | 0.17 | 0.47 |
| Hex | 8D | 64 | 6D | 0 | 1D | 17 | 2D | 15B | 11 | 2F |
| Octal | 215 | 144 | 155 | 0 | 35 | 27 | 55 | 533 | 21 | 57 |
| Binary | 10001101 | 1100100 | 1101101 | 0 | 11101 | 10111 | 101101 | 101011011 | 10001 | 101111 |
Color Harmonies of #8D646D
Complementary color
Monochromatic Colors of #8D646D
Black with #8D646D
Text Example
Text Example
White with #8D646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D646D; }
p { color: rgb(141,100,109); }
H1.HeaderClassName
{
color: #8D646D;
}
.AnyTagClassName
{
color: #8D646D;
}
</style>
background-color css
<style>
a { background-color: #8D646D; }
a { background-color: rgb(141,100,109); }
div.DivClassName
{
background-color: #8D646D;
}
.BgClassName
{
background-color: #8D646D;
}
</style>
border-color css
<style>
span { border-color: #8D646D; }
span { border-color: rgb(141,100,109); }
td.TdClassName
{
border-color: #8D646D;
}
.TagClassName
{
border-color: #8D646D;
}
</style>