Shades of Mauve Taupe #8D6073
Tints of Mauve Taupe #8D6073
RGB
CMYK
RGB Variations
Color information
#8D6073 (or 0x8D6073) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 73. RGB value is (141,96,115). Sum of RGB (Red+Green+Blue) = 141+96+115=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6073 is #729F8C. Grayscale: #6F6F6F. Windows color (decimal): -7511949 or 7561357. OLE color: 7561357.
HSL color Cylindrical-coordinate representation of color #8D6073: hue angle of 334.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6073 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 115 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.45 |
| HSL | 334.67º | 0.19% | 0.46% | - |
| HSV(B) | 334.67º | 0.32% | 0.55% | - |
| XYZ | 18.26 | 15.27 | 18.2 | - |
| YUV | 111.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 115 | 0 | 0.32 | 0.18 | 0.45 | 334.67 | 0.19 | 0.46 |
| Hex | 8D | 60 | 73 | 0 | 20 | 12 | 2D | 14F | 13 | 2E |
| Octal | 215 | 140 | 163 | 0 | 40 | 22 | 55 | 517 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1110011 | 0 | 100000 | 10010 | 101101 | 101001111 | 10011 | 101110 |
Color Harmonies of #8D6073
Complementary color
Monochromatic Colors of #8D6073
Black with #8D6073
Text Example
Text Example
White with #8D6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6073; }
p { color: rgb(141,96,115); }
H1.HeaderClassName
{
color: #8D6073;
}
.AnyTagClassName
{
color: #8D6073;
}
</style>
background-color css
<style>
a { background-color: #8D6073; }
a { background-color: rgb(141,96,115); }
div.DivClassName
{
background-color: #8D6073;
}
.BgClassName
{
background-color: #8D6073;
}
</style>
border-color css
<style>
span { border-color: #8D6073; }
span { border-color: rgb(141,96,115); }
td.TdClassName
{
border-color: #8D6073;
}
.TagClassName
{
border-color: #8D6073;
}
</style>