Shades of Mauve Taupe #8C656E
Tints of Mauve Taupe #8C656E
RGB
CMYK
RGB Variations
Color information
#8C656E (or 0x8C656E) is known color: Mauve Taupe. HEX triplet: 8C, 65 and 6E. RGB value is (140,101,110). Sum of RGB (Red+Green+Blue) = 140+101+110=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C656E is #739A91. Grayscale: #717171. Windows color (decimal): -7576210 or 7234956. OLE color: 7234956.
HSL color Cylindrical-coordinate representation of color #8C656E: hue angle of 346.15º degrees, saturation: 0.16, 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 #8C656E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 110 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.45 |
| HSL | 346.15º | 0.16% | 0.47% | - |
| HSV(B) | 346.15º | 0.28% | 0.55% | - |
| XYZ | 18.28 | 16.01 | 16.88 | - |
| YUV | 113.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 110 | 0 | 0.28 | 0.21 | 0.45 | 346.15 | 0.16 | 0.47 |
| Hex | 8C | 65 | 6E | 0 | 1C | 15 | 2D | 15A | 10 | 2F |
| Octal | 214 | 145 | 156 | 0 | 34 | 25 | 55 | 532 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1101110 | 0 | 11100 | 10101 | 101101 | 101011010 | 10000 | 101111 |
Color Harmonies of #8C656E
Complementary color
Monochromatic Colors of #8C656E
Black with #8C656E
Text Example
Text Example
White with #8C656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C656E; }
p { color: rgb(140,101,110); }
H1.HeaderClassName
{
color: #8C656E;
}
.AnyTagClassName
{
color: #8C656E;
}
</style>
background-color css
<style>
a { background-color: #8C656E; }
a { background-color: rgb(140,101,110); }
div.DivClassName
{
background-color: #8C656E;
}
.BgClassName
{
background-color: #8C656E;
}
</style>
border-color css
<style>
span { border-color: #8C656E; }
span { border-color: rgb(140,101,110); }
td.TdClassName
{
border-color: #8C656E;
}
.TagClassName
{
border-color: #8C656E;
}
</style>