Shades of Mauve Taupe #8D656D
Tints of Mauve Taupe #8D656D
RGB
CMYK
RGB Variations
Color information
#8D656D (or 0x8D656D) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 6D. RGB value is (141,101,109). Sum of RGB (Red+Green+Blue) = 141+101+109=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D656D is #729A92. Grayscale: #717171. Windows color (decimal): -7510675 or 7169421. OLE color: 7169421.
HSL color Cylindrical-coordinate representation of color #8D656D: hue angle of 348º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D656D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 109 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.45 |
| HSL | 348º | 0.17% | 0.47% | - |
| HSV(B) | 348º | 0.28% | 0.55% | - |
| XYZ | 18.4 | 16.07 | 16.6 | - |
| YUV | 113.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 109 | 0 | 0.28 | 0.23 | 0.45 | 348 | 0.17 | 0.47 |
| Hex | 8D | 65 | 6D | 0 | 1C | 17 | 2D | 15C | 11 | 2F |
| Octal | 215 | 145 | 155 | 0 | 34 | 27 | 55 | 534 | 21 | 57 |
| Binary | 10001101 | 1100101 | 1101101 | 0 | 11100 | 10111 | 101101 | 101011100 | 10001 | 101111 |
Color Harmonies of #8D656D
Complementary color
Monochromatic Colors of #8D656D
Black with #8D656D
Text Example
Text Example
White with #8D656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D656D; }
p { color: rgb(141,101,109); }
H1.HeaderClassName
{
color: #8D656D;
}
.AnyTagClassName
{
color: #8D656D;
}
</style>
background-color css
<style>
a { background-color: #8D656D; }
a { background-color: rgb(141,101,109); }
div.DivClassName
{
background-color: #8D656D;
}
.BgClassName
{
background-color: #8D656D;
}
</style>
border-color css
<style>
span { border-color: #8D656D; }
span { border-color: rgb(141,101,109); }
td.TdClassName
{
border-color: #8D656D;
}
.TagClassName
{
border-color: #8D656D;
}
</style>