Shades of Mauve Taupe #8C696C
Tints of Mauve Taupe #8C696C
RGB
CMYK
RGB Variations
Color information
#8C696C (or 0x8C696C) is known color: Mauve Taupe. HEX triplet: 8C, 69 and 6C. RGB value is (140,105,108). Sum of RGB (Red+Green+Blue) = 140+105+108=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C696C is #739693. Grayscale: #737373. Windows color (decimal): -7575188 or 7104908. OLE color: 7104908.
HSL color Cylindrical-coordinate representation of color #8C696C: hue angle of 354.86º 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 #8C696C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 108 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.45 |
| HSL | 354.86º | 0.14% | 0.48% | - |
| HSV(B) | 354.86º | 0.25% | 0.55% | - |
| XYZ | 18.57 | 16.76 | 16.44 | - |
| YUV | 115.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 108 | 0 | 0.25 | 0.23 | 0.45 | 354.86 | 0.14 | 0.48 |
| Hex | 8C | 69 | 6C | 0 | 19 | 17 | 2D | 163 | E | 30 |
| Octal | 214 | 151 | 154 | 0 | 31 | 27 | 55 | 543 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1101100 | 0 | 11001 | 10111 | 101101 | 101100011 | 1110 | 110000 |
Color Harmonies of #8C696C
Complementary color
Monochromatic Colors of #8C696C
Black with #8C696C
Text Example
Text Example
White with #8C696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C696C; }
p { color: rgb(140,105,108); }
H1.HeaderClassName
{
color: #8C696C;
}
.AnyTagClassName
{
color: #8C696C;
}
</style>
background-color css
<style>
a { background-color: #8C696C; }
a { background-color: rgb(140,105,108); }
div.DivClassName
{
background-color: #8C696C;
}
.BgClassName
{
background-color: #8C696C;
}
</style>
border-color css
<style>
span { border-color: #8C696C; }
span { border-color: rgb(140,105,108); }
td.TdClassName
{
border-color: #8C696C;
}
.TagClassName
{
border-color: #8C696C;
}
</style>