Shades of Mauve Taupe #8C696D
Tints of Mauve Taupe #8C696D
RGB
CMYK
RGB Variations
Color information
#8C696D (or 0x8C696D) is known color: Mauve Taupe. HEX triplet: 8C, 69 and 6D. RGB value is (140,105,109). Sum of RGB (Red+Green+Blue) = 140+105+109=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C696D is #739692. Grayscale: #737373. Windows color (decimal): -7575187 or 7170444. OLE color: 7170444.
HSL color Cylindrical-coordinate representation of color #8C696D: hue angle of 353.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C696D is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 109 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.45 |
| HSL | 353.14º | 0.14% | 0.48% | - |
| HSV(B) | 353.14º | 0.25% | 0.55% | - |
| XYZ | 18.63 | 16.78 | 16.73 | - |
| YUV | 115.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 109 | 0 | 0.25 | 0.22 | 0.45 | 353.14 | 0.14 | 0.48 |
| Hex | 8C | 69 | 6D | 0 | 19 | 16 | 2D | 161 | E | 30 |
| Octal | 214 | 151 | 155 | 0 | 31 | 26 | 55 | 541 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1101101 | 0 | 11001 | 10110 | 101101 | 101100001 | 1110 | 110000 |
Color Harmonies of #8C696D
Complementary color
Monochromatic Colors of #8C696D
Black with #8C696D
Text Example
Text Example
White with #8C696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C696D; }
p { color: rgb(140,105,109); }
H1.HeaderClassName
{
color: #8C696D;
}
.AnyTagClassName
{
color: #8C696D;
}
</style>
background-color css
<style>
a { background-color: #8C696D; }
a { background-color: rgb(140,105,109); }
div.DivClassName
{
background-color: #8C696D;
}
.BgClassName
{
background-color: #8C696D;
}
</style>
border-color css
<style>
span { border-color: #8C696D; }
span { border-color: rgb(140,105,109); }
td.TdClassName
{
border-color: #8C696D;
}
.TagClassName
{
border-color: #8C696D;
}
</style>