Shades of Mauve Taupe #8C656C
Tints of Mauve Taupe #8C656C
RGB
CMYK
RGB Variations
Color information
#8C656C (or 0x8C656C) is known color: Mauve Taupe. HEX triplet: 8C, 65 and 6C. RGB value is (140,101,108). Sum of RGB (Red+Green+Blue) = 140+101+108=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C656C is #739A93. Grayscale: #717171. Windows color (decimal): -7576212 or 7103884. OLE color: 7103884.
HSL color Cylindrical-coordinate representation of color #8C656C: hue angle of 349.23º 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 #8C656C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 108 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.45 |
| HSL | 349.23º | 0.16% | 0.47% | - |
| HSV(B) | 349.23º | 0.28% | 0.55% | - |
| XYZ | 18.18 | 15.97 | 16.31 | - |
| YUV | 113.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 108 | 0 | 0.28 | 0.23 | 0.45 | 349.23 | 0.16 | 0.47 |
| Hex | 8C | 65 | 6C | 0 | 1C | 17 | 2D | 15D | 10 | 2F |
| Octal | 214 | 145 | 154 | 0 | 34 | 27 | 55 | 535 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1101100 | 0 | 11100 | 10111 | 101101 | 101011101 | 10000 | 101111 |
Color Harmonies of #8C656C
Complementary color
Monochromatic Colors of #8C656C
Black with #8C656C
Text Example
Text Example
White with #8C656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C656C; }
p { color: rgb(140,101,108); }
H1.HeaderClassName
{
color: #8C656C;
}
.AnyTagClassName
{
color: #8C656C;
}
</style>
background-color css
<style>
a { background-color: #8C656C; }
a { background-color: rgb(140,101,108); }
div.DivClassName
{
background-color: #8C656C;
}
.BgClassName
{
background-color: #8C656C;
}
</style>
border-color css
<style>
span { border-color: #8C656C; }
span { border-color: rgb(140,101,108); }
td.TdClassName
{
border-color: #8C656C;
}
.TagClassName
{
border-color: #8C656C;
}
</style>