Shades of Mauve Taupe #8C686D
Tints of Mauve Taupe #8C686D
RGB
CMYK
RGB Variations
Color information
#8C686D (or 0x8C686D) is known color: Mauve Taupe. HEX triplet: 8C, 68 and 6D. RGB value is (140,104,109). Sum of RGB (Red+Green+Blue) = 140+104+109=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C686D is #739792. Grayscale: #737373. Windows color (decimal): -7575443 or 7170188. OLE color: 7170188.
HSL color Cylindrical-coordinate representation of color #8C686D: hue angle of 351.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C686D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 109 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.45 |
| HSL | 351.67º | 0.15% | 0.48% | - |
| HSV(B) | 351.67º | 0.26% | 0.55% | - |
| XYZ | 18.53 | 16.58 | 16.69 | - |
| YUV | 115.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 109 | 0 | 0.26 | 0.22 | 0.45 | 351.67 | 0.15 | 0.48 |
| Hex | 8C | 68 | 6D | 0 | 1A | 16 | 2D | 160 | F | 30 |
| Octal | 214 | 150 | 155 | 0 | 32 | 26 | 55 | 540 | 17 | 60 |
| Binary | 10001100 | 1101000 | 1101101 | 0 | 11010 | 10110 | 101101 | 101100000 | 1111 | 110000 |
Color Harmonies of #8C686D
Complementary color
Monochromatic Colors of #8C686D
Black with #8C686D
Text Example
Text Example
White with #8C686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C686D; }
p { color: rgb(140,104,109); }
H1.HeaderClassName
{
color: #8C686D;
}
.AnyTagClassName
{
color: #8C686D;
}
</style>
background-color css
<style>
a { background-color: #8C686D; }
a { background-color: rgb(140,104,109); }
div.DivClassName
{
background-color: #8C686D;
}
.BgClassName
{
background-color: #8C686D;
}
</style>
border-color css
<style>
span { border-color: #8C686D; }
span { border-color: rgb(140,104,109); }
td.TdClassName
{
border-color: #8C686D;
}
.TagClassName
{
border-color: #8C686D;
}
</style>