Shades of Mauve Taupe #8C6B70
Tints of Mauve Taupe #8C6B70
RGB
CMYK
RGB Variations
Color information
#8C6B70 (or 0x8C6B70) is known color: Mauve Taupe. HEX triplet: 8C, 6B and 70. RGB value is (140,107,112). Sum of RGB (Red+Green+Blue) = 140+107+112=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B70 is #73948F. Grayscale: #757575. Windows color (decimal): -7574672 or 7367564. OLE color: 7367564.
HSL color Cylindrical-coordinate representation of color #8C6B70: hue angle of 350.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B70 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 112 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.45 |
| HSL | 350.91º | 0.13% | 0.48% | - |
| HSV(B) | 350.91º | 0.24% | 0.55% | - |
| XYZ | 19 | 17.26 | 17.66 | - |
| YUV | 117.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 112 | 0 | 0.24 | 0.20 | 0.45 | 350.91 | 0.13 | 0.48 |
| Hex | 8C | 6B | 70 | 0 | 18 | 14 | 2D | 15F | D | 30 |
| Octal | 214 | 153 | 160 | 0 | 30 | 24 | 55 | 537 | 15 | 60 |
| Binary | 10001100 | 1101011 | 1110000 | 0 | 11000 | 10100 | 101101 | 101011111 | 1101 | 110000 |
Color Harmonies of #8C6B70
Complementary color
Monochromatic Colors of #8C6B70
Black with #8C6B70
Text Example
Text Example
White with #8C6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B70; }
p { color: rgb(140,107,112); }
H1.HeaderClassName
{
color: #8C6B70;
}
.AnyTagClassName
{
color: #8C6B70;
}
</style>
background-color css
<style>
a { background-color: #8C6B70; }
a { background-color: rgb(140,107,112); }
div.DivClassName
{
background-color: #8C6B70;
}
.BgClassName
{
background-color: #8C6B70;
}
</style>
border-color css
<style>
span { border-color: #8C6B70; }
span { border-color: rgb(140,107,112); }
td.TdClassName
{
border-color: #8C6B70;
}
.TagClassName
{
border-color: #8C6B70;
}
</style>