Shades of Mauve Taupe #8C6062
Tints of Mauve Taupe #8C6062
RGB
CMYK
RGB Variations
Color information
#8C6062 (or 0x8C6062) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 62. RGB value is (140,96,98). Sum of RGB (Red+Green+Blue) = 140+96+98=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6062 is #739F9D. Grayscale: #6D6D6D. Windows color (decimal): -7577502 or 6447244. OLE color: 6447244.
HSL color Cylindrical-coordinate representation of color #8C6062: hue angle of 357.27º 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 #8C6062 is Cyan = 0, Magento = 0.31, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 98 | - |
| CMYK | 0 | 0.31 | 0.3 | 0.45 |
| HSL | 357.27º | 0.19% | 0.46% | - |
| HSV(B) | 357.27º | 0.31% | 0.55% | - |
| XYZ | 17.2 | 14.82 | 13.51 | - |
| YUV | 109.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 98 | 0 | 0.31 | 0.3 | 0.45 | 357.27 | 0.19 | 0.46 |
| Hex | 8C | 60 | 62 | 0 | 1F | 1E | 2D | 165 | 13 | 2E |
| Octal | 214 | 140 | 142 | 0 | 37 | 36 | 55 | 545 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1100010 | 0 | 11111 | 11110 | 101101 | 101100101 | 10011 | 101110 |
Color Harmonies of #8C6062
Complementary color
Monochromatic Colors of #8C6062
Black with #8C6062
Text Example
Text Example
White with #8C6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6062; }
p { color: rgb(140,96,98); }
H1.HeaderClassName
{
color: #8C6062;
}
.AnyTagClassName
{
color: #8C6062;
}
</style>
background-color css
<style>
a { background-color: #8C6062; }
a { background-color: rgb(140,96,98); }
div.DivClassName
{
background-color: #8C6062;
}
.BgClassName
{
background-color: #8C6062;
}
</style>
border-color css
<style>
span { border-color: #8C6062; }
span { border-color: rgb(140,96,98); }
td.TdClassName
{
border-color: #8C6062;
}
.TagClassName
{
border-color: #8C6062;
}
</style>