Shades of Mauve Taupe #8C6073
Tints of Mauve Taupe #8C6073
RGB
CMYK
RGB Variations
Color information
#8C6073 (or 0x8C6073) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 73. RGB value is (140,96,115). Sum of RGB (Red+Green+Blue) = 140+96+115=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6073 is #739F8C. Grayscale: #6F6F6F. Windows color (decimal): -7577485 or 7561356. OLE color: 7561356.
HSL color Cylindrical-coordinate representation of color #8C6073: hue angle of 334.09º degrees, saturation: 0.19, 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 #8C6073 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 115 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.45 |
| HSL | 334.09º | 0.19% | 0.46% | - |
| HSV(B) | 334.09º | 0.31% | 0.55% | - |
| XYZ | 18.09 | 15.18 | 18.2 | - |
| YUV | 111.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 115 | 0 | 0.31 | 0.18 | 0.45 | 334.09 | 0.19 | 0.46 |
| Hex | 8C | 60 | 73 | 0 | 1F | 12 | 2D | 14E | 13 | 2E |
| Octal | 214 | 140 | 163 | 0 | 37 | 22 | 55 | 516 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1110011 | 0 | 11111 | 10010 | 101101 | 101001110 | 10011 | 101110 |
Color Harmonies of #8C6073
Complementary color
Monochromatic Colors of #8C6073
Black with #8C6073
Text Example
Text Example
White with #8C6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6073; }
p { color: rgb(140,96,115); }
H1.HeaderClassName
{
color: #8C6073;
}
.AnyTagClassName
{
color: #8C6073;
}
</style>
background-color css
<style>
a { background-color: #8C6073; }
a { background-color: rgb(140,96,115); }
div.DivClassName
{
background-color: #8C6073;
}
.BgClassName
{
background-color: #8C6073;
}
</style>
border-color css
<style>
span { border-color: #8C6073; }
span { border-color: rgb(140,96,115); }
td.TdClassName
{
border-color: #8C6073;
}
.TagClassName
{
border-color: #8C6073;
}
</style>