Shades of Mauve Taupe #8C646C
Tints of Mauve Taupe #8C646C
RGB
CMYK
RGB Variations
Color information
#8C646C (or 0x8C646C) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 6C. RGB value is (140,100,108). Sum of RGB (Red+Green+Blue) = 140+100+108=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C646C is #739B93. Grayscale: #707070. Windows color (decimal): -7576468 or 7103628. OLE color: 7103628.
HSL color Cylindrical-coordinate representation of color #8C646C: hue angle of 348º 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 #8C646C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 108 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.45 |
| HSL | 348º | 0.17% | 0.47% | - |
| HSV(B) | 348º | 0.29% | 0.55% | - |
| XYZ | 18.08 | 15.77 | 16.28 | - |
| YUV | 112.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 108 | 0 | 0.29 | 0.23 | 0.45 | 348 | 0.17 | 0.47 |
| Hex | 8C | 64 | 6C | 0 | 1D | 17 | 2D | 15C | 11 | 2F |
| Octal | 214 | 144 | 154 | 0 | 35 | 27 | 55 | 534 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1101100 | 0 | 11101 | 10111 | 101101 | 101011100 | 10001 | 101111 |
Color Harmonies of #8C646C
Complementary color
Monochromatic Colors of #8C646C
Black with #8C646C
Text Example
Text Example
White with #8C646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C646C; }
p { color: rgb(140,100,108); }
H1.HeaderClassName
{
color: #8C646C;
}
.AnyTagClassName
{
color: #8C646C;
}
</style>
background-color css
<style>
a { background-color: #8C646C; }
a { background-color: rgb(140,100,108); }
div.DivClassName
{
background-color: #8C646C;
}
.BgClassName
{
background-color: #8C646C;
}
</style>
border-color css
<style>
span { border-color: #8C646C; }
span { border-color: rgb(140,100,108); }
td.TdClassName
{
border-color: #8C646C;
}
.TagClassName
{
border-color: #8C646C;
}
</style>