Shades of Mauve Taupe #8C666F
Tints of Mauve Taupe #8C666F
RGB
CMYK
RGB Variations
Color information
#8C666F (or 0x8C666F) is known color: Mauve Taupe. HEX triplet: 8C, 66 and 6F. RGB value is (140,102,111). Sum of RGB (Red+Green+Blue) = 140+102+111=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C666F is #739990. Grayscale: #727272. Windows color (decimal): -7575953 or 7300748. OLE color: 7300748.
HSL color Cylindrical-coordinate representation of color #8C666F: hue angle of 345.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C666F is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 111 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.45 |
| HSL | 345.79º | 0.16% | 0.47% | - |
| HSV(B) | 345.79º | 0.27% | 0.55% | - |
| XYZ | 18.44 | 16.23 | 17.2 | - |
| YUV | 114.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 111 | 0 | 0.27 | 0.21 | 0.45 | 345.79 | 0.16 | 0.47 |
| Hex | 8C | 66 | 6F | 0 | 1B | 15 | 2D | 15A | 10 | 2F |
| Octal | 214 | 146 | 157 | 0 | 33 | 25 | 55 | 532 | 20 | 57 |
| Binary | 10001100 | 1100110 | 1101111 | 0 | 11011 | 10101 | 101101 | 101011010 | 10000 | 101111 |
Color Harmonies of #8C666F
Complementary color
Monochromatic Colors of #8C666F
Black with #8C666F
Text Example
Text Example
White with #8C666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C666F; }
p { color: rgb(140,102,111); }
H1.HeaderClassName
{
color: #8C666F;
}
.AnyTagClassName
{
color: #8C666F;
}
</style>
background-color css
<style>
a { background-color: #8C666F; }
a { background-color: rgb(140,102,111); }
div.DivClassName
{
background-color: #8C666F;
}
.BgClassName
{
background-color: #8C666F;
}
</style>
border-color css
<style>
span { border-color: #8C666F; }
span { border-color: rgb(140,102,111); }
td.TdClassName
{
border-color: #8C666F;
}
.TagClassName
{
border-color: #8C666F;
}
</style>