Shades of Mauve Taupe #8C6575
Tints of Mauve Taupe #8C6575
RGB
CMYK
RGB Variations
Color information
#8C6575 (or 0x8C6575) is known color: Mauve Taupe. HEX triplet: 8C, 65 and 75. RGB value is (140,101,117). Sum of RGB (Red+Green+Blue) = 140+101+117=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6575 is #739A8A. Grayscale: #727272. Windows color (decimal): -7576203 or 7693708. OLE color: 7693708.
HSL color Cylindrical-coordinate representation of color #8C6575: hue angle of 335.38º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6575 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 117 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.45 |
| HSL | 335.38º | 0.16% | 0.47% | - |
| HSV(B) | 335.38º | 0.28% | 0.55% | - |
| XYZ | 18.68 | 16.17 | 18.97 | - |
| YUV | 114.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 117 | 0 | 0.28 | 0.16 | 0.45 | 335.38 | 0.16 | 0.47 |
| Hex | 8C | 65 | 75 | 0 | 1C | 10 | 2D | 14F | 10 | 2F |
| Octal | 214 | 145 | 165 | 0 | 34 | 20 | 55 | 517 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1110101 | 0 | 11100 | 10000 | 101101 | 101001111 | 10000 | 101111 |
Color Harmonies of #8C6575
Complementary color
Monochromatic Colors of #8C6575
Black with #8C6575
Text Example
Text Example
White with #8C6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6575; }
p { color: rgb(140,101,117); }
H1.HeaderClassName
{
color: #8C6575;
}
.AnyTagClassName
{
color: #8C6575;
}
</style>
background-color css
<style>
a { background-color: #8C6575; }
a { background-color: rgb(140,101,117); }
div.DivClassName
{
background-color: #8C6575;
}
.BgClassName
{
background-color: #8C6575;
}
</style>
border-color css
<style>
span { border-color: #8C6575; }
span { border-color: rgb(140,101,117); }
td.TdClassName
{
border-color: #8C6575;
}
.TagClassName
{
border-color: #8C6575;
}
</style>