Shades of Mauve Taupe #8C606E
Tints of Mauve Taupe #8C606E
RGB
CMYK
RGB Variations
Color information
#8C606E (or 0x8C606E) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 6E. RGB value is (140,96,110). Sum of RGB (Red+Green+Blue) = 140+96+110=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C606E is #739F91. Grayscale: #6E6E6E. Windows color (decimal): -7577490 or 7233676. OLE color: 7233676.
HSL color Cylindrical-coordinate representation of color #8C606E: hue angle of 340.91º 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 #8C606E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 110 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.45 |
| HSL | 340.91º | 0.19% | 0.46% | - |
| HSV(B) | 340.91º | 0.31% | 0.55% | - |
| XYZ | 17.81 | 15.07 | 16.72 | - |
| YUV | 110.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 110 | 0 | 0.31 | 0.21 | 0.45 | 340.91 | 0.19 | 0.46 |
| Hex | 8C | 60 | 6E | 0 | 1F | 15 | 2D | 155 | 13 | 2E |
| Octal | 214 | 140 | 156 | 0 | 37 | 25 | 55 | 525 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1101110 | 0 | 11111 | 10101 | 101101 | 101010101 | 10011 | 101110 |
Color Harmonies of #8C606E
Complementary color
Monochromatic Colors of #8C606E
Black with #8C606E
Text Example
Text Example
White with #8C606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C606E; }
p { color: rgb(140,96,110); }
H1.HeaderClassName
{
color: #8C606E;
}
.AnyTagClassName
{
color: #8C606E;
}
</style>
background-color css
<style>
a { background-color: #8C606E; }
a { background-color: rgb(140,96,110); }
div.DivClassName
{
background-color: #8C606E;
}
.BgClassName
{
background-color: #8C606E;
}
</style>
border-color css
<style>
span { border-color: #8C606E; }
span { border-color: rgb(140,96,110); }
td.TdClassName
{
border-color: #8C606E;
}
.TagClassName
{
border-color: #8C606E;
}
</style>