Shades of Mauve Taupe #8C6471
Tints of Mauve Taupe #8C6471
RGB
CMYK
RGB Variations
Color information
#8C6471 (or 0x8C6471) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 71. RGB value is (140,100,113). Sum of RGB (Red+Green+Blue) = 140+100+113=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6471 is #739B8E. Grayscale: #717171. Windows color (decimal): -7576463 or 7431308. OLE color: 7431308.
HSL color Cylindrical-coordinate representation of color #8C6471: hue angle of 340.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6471 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 113 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.45 |
| HSL | 340.5º | 0.17% | 0.47% | - |
| HSV(B) | 340.5º | 0.29% | 0.55% | - |
| XYZ | 18.35 | 15.88 | 17.72 | - |
| YUV | 113.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 113 | 0 | 0.29 | 0.19 | 0.45 | 340.5 | 0.17 | 0.47 |
| Hex | 8C | 64 | 71 | 0 | 1D | 13 | 2D | 154 | 11 | 2F |
| Octal | 214 | 144 | 161 | 0 | 35 | 23 | 55 | 524 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1110001 | 0 | 11101 | 10011 | 101101 | 101010100 | 10001 | 101111 |
Color Harmonies of #8C6471
Complementary color
Monochromatic Colors of #8C6471
Black with #8C6471
Text Example
Text Example
White with #8C6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6471; }
p { color: rgb(140,100,113); }
H1.HeaderClassName
{
color: #8C6471;
}
.AnyTagClassName
{
color: #8C6471;
}
</style>
background-color css
<style>
a { background-color: #8C6471; }
a { background-color: rgb(140,100,113); }
div.DivClassName
{
background-color: #8C6471;
}
.BgClassName
{
background-color: #8C6471;
}
</style>
border-color css
<style>
span { border-color: #8C6471; }
span { border-color: rgb(140,100,113); }
td.TdClassName
{
border-color: #8C6471;
}
.TagClassName
{
border-color: #8C6471;
}
</style>