Shades of Mauve Taupe #8C6170
Tints of Mauve Taupe #8C6170
RGB
CMYK
RGB Variations
Color information
#8C6170 (or 0x8C6170) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 70. RGB value is (140,97,112). Sum of RGB (Red+Green+Blue) = 140+97+112=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6170 is #739E8F. Grayscale: #6F6F6F. Windows color (decimal): -7577232 or 7365004. OLE color: 7365004.
HSL color Cylindrical-coordinate representation of color #8C6170: hue angle of 339.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6170 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 112 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.45 |
| HSL | 339.07º | 0.18% | 0.46% | - |
| HSV(B) | 339.07º | 0.31% | 0.55% | - |
| XYZ | 18.01 | 15.29 | 17.33 | - |
| YUV | 111.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 112 | 0 | 0.31 | 0.20 | 0.45 | 339.07 | 0.18 | 0.46 |
| Hex | 8C | 61 | 70 | 0 | 1F | 14 | 2D | 153 | 12 | 2E |
| Octal | 214 | 141 | 160 | 0 | 37 | 24 | 55 | 523 | 22 | 56 |
| Binary | 10001100 | 1100001 | 1110000 | 0 | 11111 | 10100 | 101101 | 101010011 | 10010 | 101110 |
Color Harmonies of #8C6170
Complementary color
Monochromatic Colors of #8C6170
Black with #8C6170
Text Example
Text Example
White with #8C6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6170; }
p { color: rgb(140,97,112); }
H1.HeaderClassName
{
color: #8C6170;
}
.AnyTagClassName
{
color: #8C6170;
}
</style>
background-color css
<style>
a { background-color: #8C6170; }
a { background-color: rgb(140,97,112); }
div.DivClassName
{
background-color: #8C6170;
}
.BgClassName
{
background-color: #8C6170;
}
</style>
border-color css
<style>
span { border-color: #8C6170; }
span { border-color: rgb(140,97,112); }
td.TdClassName
{
border-color: #8C6170;
}
.TagClassName
{
border-color: #8C6170;
}
</style>