Shades of Mauve Taupe #8D6A6F
Tints of Mauve Taupe #8D6A6F
RGB
CMYK
RGB Variations
Color information
#8D6A6F (or 0x8D6A6F) is known color: Mauve Taupe. HEX triplet: 8D, 6A and 6F. RGB value is (141,106,111). Sum of RGB (Red+Green+Blue) = 141+106+111=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A6F is #729590. Grayscale: #757575. Windows color (decimal): -7509393 or 7301773. OLE color: 7301773.
HSL color Cylindrical-coordinate representation of color #8D6A6F: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A6F is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 111 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.45 |
| HSL | 351.43º | 0.14% | 0.48% | - |
| HSV(B) | 351.43º | 0.25% | 0.55% | - |
| XYZ | 19.01 | 17.12 | 17.34 | - |
| YUV | 117.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 111 | 0 | 0.25 | 0.21 | 0.45 | 351.43 | 0.14 | 0.48 |
| Hex | 8D | 6A | 6F | 0 | 19 | 15 | 2D | 15F | E | 30 |
| Octal | 215 | 152 | 157 | 0 | 31 | 25 | 55 | 537 | 16 | 60 |
| Binary | 10001101 | 1101010 | 1101111 | 0 | 11001 | 10101 | 101101 | 101011111 | 1110 | 110000 |
Color Harmonies of #8D6A6F
Complementary color
Monochromatic Colors of #8D6A6F
Black with #8D6A6F
Text Example
Text Example
White with #8D6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A6F; }
p { color: rgb(141,106,111); }
H1.HeaderClassName
{
color: #8D6A6F;
}
.AnyTagClassName
{
color: #8D6A6F;
}
</style>
background-color css
<style>
a { background-color: #8D6A6F; }
a { background-color: rgb(141,106,111); }
div.DivClassName
{
background-color: #8D6A6F;
}
.BgClassName
{
background-color: #8D6A6F;
}
</style>
border-color css
<style>
span { border-color: #8D6A6F; }
span { border-color: rgb(141,106,111); }
td.TdClassName
{
border-color: #8D6A6F;
}
.TagClassName
{
border-color: #8D6A6F;
}
</style>