Shades of Mauve Taupe #8D646F
Tints of Mauve Taupe #8D646F
RGB
CMYK
RGB Variations
Color information
#8D646F (or 0x8D646F) is known color: Mauve Taupe. HEX triplet: 8D, 64 and 6F. RGB value is (141,100,111). Sum of RGB (Red+Green+Blue) = 141+100+111=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D646F is #729B90. Grayscale: #717171. Windows color (decimal): -7510929 or 7300237. OLE color: 7300237.
HSL color Cylindrical-coordinate representation of color #8D646F: hue angle of 343.9º 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 #8D646F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 111 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.45 |
| HSL | 343.9º | 0.17% | 0.47% | - |
| HSV(B) | 343.9º | 0.29% | 0.55% | - |
| XYZ | 18.41 | 15.92 | 17.14 | - |
| YUV | 113.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 111 | 0 | 0.29 | 0.21 | 0.45 | 343.9 | 0.17 | 0.47 |
| Hex | 8D | 64 | 6F | 0 | 1D | 15 | 2D | 158 | 11 | 2F |
| Octal | 215 | 144 | 157 | 0 | 35 | 25 | 55 | 530 | 21 | 57 |
| Binary | 10001101 | 1100100 | 1101111 | 0 | 11101 | 10101 | 101101 | 101011000 | 10001 | 101111 |
Color Harmonies of #8D646F
Complementary color
Monochromatic Colors of #8D646F
Black with #8D646F
Text Example
Text Example
White with #8D646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D646F; }
p { color: rgb(141,100,111); }
H1.HeaderClassName
{
color: #8D646F;
}
.AnyTagClassName
{
color: #8D646F;
}
</style>
background-color css
<style>
a { background-color: #8D646F; }
a { background-color: rgb(141,100,111); }
div.DivClassName
{
background-color: #8D646F;
}
.BgClassName
{
background-color: #8D646F;
}
</style>
border-color css
<style>
span { border-color: #8D646F; }
span { border-color: rgb(141,100,111); }
td.TdClassName
{
border-color: #8D646F;
}
.TagClassName
{
border-color: #8D646F;
}
</style>