Shades of Mauve Taupe #8C646F
Tints of Mauve Taupe #8C646F
RGB
CMYK
RGB Variations
Color information
#8C646F (or 0x8C646F) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 6F. RGB value is (140,100,111). Sum of RGB (Red+Green+Blue) = 140+100+111=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C646F is #739B90. Grayscale: #717171. Windows color (decimal): -7576465 or 7300236. OLE color: 7300236.
HSL color Cylindrical-coordinate representation of color #8C646F: hue angle of 343.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 #8C646F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 111 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.45 |
| HSL | 343.5º | 0.17% | 0.47% | - |
| HSV(B) | 343.5º | 0.29% | 0.55% | - |
| XYZ | 18.24 | 15.84 | 17.13 | - |
| YUV | 113.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 111 | 0 | 0.29 | 0.21 | 0.45 | 343.5 | 0.17 | 0.47 |
| Hex | 8C | 64 | 6F | 0 | 1D | 15 | 2D | 158 | 11 | 2F |
| Octal | 214 | 144 | 157 | 0 | 35 | 25 | 55 | 530 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1101111 | 0 | 11101 | 10101 | 101101 | 101011000 | 10001 | 101111 |
Color Harmonies of #8C646F
Complementary color
Monochromatic Colors of #8C646F
Black with #8C646F
Text Example
Text Example
White with #8C646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C646F; }
p { color: rgb(140,100,111); }
H1.HeaderClassName
{
color: #8C646F;
}
.AnyTagClassName
{
color: #8C646F;
}
</style>
background-color css
<style>
a { background-color: #8C646F; }
a { background-color: rgb(140,100,111); }
div.DivClassName
{
background-color: #8C646F;
}
.BgClassName
{
background-color: #8C646F;
}
</style>
border-color css
<style>
span { border-color: #8C646F; }
span { border-color: rgb(140,100,111); }
td.TdClassName
{
border-color: #8C646F;
}
.TagClassName
{
border-color: #8C646F;
}
</style>