Shades of Mauve Taupe #8C6366
Tints of Mauve Taupe #8C6366
RGB
CMYK
RGB Variations
Color information
#8C6366 (or 0x8C6366) is known color: Mauve Taupe. HEX triplet: 8C, 63 and 66. RGB value is (140,99,102). Sum of RGB (Red+Green+Blue) = 140+99+102=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6366 is #739C99. Grayscale: #6F6F6F. Windows color (decimal): -7576730 or 6710156. OLE color: 6710156.
HSL color Cylindrical-coordinate representation of color #8C6366: hue angle of 355.61º 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 #8C6366 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 102 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.45 |
| HSL | 355.61º | 0.17% | 0.47% | - |
| HSV(B) | 355.61º | 0.29% | 0.55% | - |
| XYZ | 17.68 | 15.46 | 14.62 | - |
| YUV | 111.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 102 | 0 | 0.29 | 0.27 | 0.45 | 355.61 | 0.17 | 0.47 |
| Hex | 8C | 63 | 66 | 0 | 1D | 1B | 2D | 164 | 11 | 2F |
| Octal | 214 | 143 | 146 | 0 | 35 | 33 | 55 | 544 | 21 | 57 |
| Binary | 10001100 | 1100011 | 1100110 | 0 | 11101 | 11011 | 101101 | 101100100 | 10001 | 101111 |
Color Harmonies of #8C6366
Complementary color
Monochromatic Colors of #8C6366
Black with #8C6366
Text Example
Text Example
White with #8C6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6366; }
p { color: rgb(140,99,102); }
H1.HeaderClassName
{
color: #8C6366;
}
.AnyTagClassName
{
color: #8C6366;
}
</style>
background-color css
<style>
a { background-color: #8C6366; }
a { background-color: rgb(140,99,102); }
div.DivClassName
{
background-color: #8C6366;
}
.BgClassName
{
background-color: #8C6366;
}
</style>
border-color css
<style>
span { border-color: #8C6366; }
span { border-color: rgb(140,99,102); }
td.TdClassName
{
border-color: #8C6366;
}
.TagClassName
{
border-color: #8C6366;
}
</style>