Shades of Mauve Taupe #8C6C73
Tints of Mauve Taupe #8C6C73
RGB
CMYK
RGB Variations
Color information
#8C6C73 (or 0x8C6C73) is known color: Mauve Taupe. HEX triplet: 8C, 6C and 73. RGB value is (140,108,115). Sum of RGB (Red+Green+Blue) = 140+108+115=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C73 is #73938C. Grayscale: #767676. Windows color (decimal): -7574413 or 7564428. OLE color: 7564428.
HSL color Cylindrical-coordinate representation of color #8C6C73: hue angle of 346.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C6C73 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 115 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.45 |
| HSL | 346.88º | 0.13% | 0.49% | - |
| HSV(B) | 346.88º | 0.23% | 0.55% | - |
| XYZ | 19.27 | 17.54 | 18.59 | - |
| YUV | 118.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 115 | 0 | 0.23 | 0.18 | 0.45 | 346.88 | 0.13 | 0.49 |
| Hex | 8C | 6C | 73 | 0 | 17 | 12 | 2D | 15B | D | 31 |
| Octal | 214 | 154 | 163 | 0 | 27 | 22 | 55 | 533 | 15 | 61 |
| Binary | 10001100 | 1101100 | 1110011 | 0 | 10111 | 10010 | 101101 | 101011011 | 1101 | 110001 |
Color Harmonies of #8C6C73
Complementary color
Monochromatic Colors of #8C6C73
Black with #8C6C73
Text Example
Text Example
White with #8C6C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C73; }
p { color: rgb(140,108,115); }
H1.HeaderClassName
{
color: #8C6C73;
}
.AnyTagClassName
{
color: #8C6C73;
}
</style>
background-color css
<style>
a { background-color: #8C6C73; }
a { background-color: rgb(140,108,115); }
div.DivClassName
{
background-color: #8C6C73;
}
.BgClassName
{
background-color: #8C6C73;
}
</style>
border-color css
<style>
span { border-color: #8C6C73; }
span { border-color: rgb(140,108,115); }
td.TdClassName
{
border-color: #8C6C73;
}
.TagClassName
{
border-color: #8C6C73;
}
</style>