Shades of Mauve Taupe #8C646B
Tints of Mauve Taupe #8C646B
RGB
CMYK
RGB Variations
Color information
#8C646B (or 0x8C646B) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 6B. RGB value is (140,100,107). Sum of RGB (Red+Green+Blue) = 140+100+107=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C646B is #739B94. Grayscale: #707070. Windows color (decimal): -7576469 or 7038092. OLE color: 7038092.
HSL color Cylindrical-coordinate representation of color #8C646B: hue angle of 349.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 #8C646B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 107 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.45 |
| HSL | 349.5º | 0.17% | 0.47% | - |
| HSV(B) | 349.5º | 0.29% | 0.55% | - |
| XYZ | 18.03 | 15.75 | 16 | - |
| YUV | 112.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 107 | 0 | 0.29 | 0.24 | 0.45 | 349.5 | 0.17 | 0.47 |
| Hex | 8C | 64 | 6B | 0 | 1D | 18 | 2D | 15E | 11 | 2F |
| Octal | 214 | 144 | 153 | 0 | 35 | 30 | 55 | 536 | 21 | 57 |
| Binary | 10001100 | 1100100 | 1101011 | 0 | 11101 | 11000 | 101101 | 101011110 | 10001 | 101111 |
Color Harmonies of #8C646B
Complementary color
Monochromatic Colors of #8C646B
Black with #8C646B
Text Example
Text Example
White with #8C646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C646B; }
p { color: rgb(140,100,107); }
H1.HeaderClassName
{
color: #8C646B;
}
.AnyTagClassName
{
color: #8C646B;
}
</style>
background-color css
<style>
a { background-color: #8C646B; }
a { background-color: rgb(140,100,107); }
div.DivClassName
{
background-color: #8C646B;
}
.BgClassName
{
background-color: #8C646B;
}
</style>
border-color css
<style>
span { border-color: #8C646B; }
span { border-color: rgb(140,100,107); }
td.TdClassName
{
border-color: #8C646B;
}
.TagClassName
{
border-color: #8C646B;
}
</style>