Shades of Mauve Taupe #8C636F
Tints of Mauve Taupe #8C636F
RGB
CMYK
RGB Variations
Color information
#8C636F (or 0x8C636F) is known color: Mauve Taupe. HEX triplet: 8C, 63 and 6F. RGB value is (140,99,111). Sum of RGB (Red+Green+Blue) = 140+99+111=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C636F is #739C90. Grayscale: #707070. Windows color (decimal): -7576721 or 7299980. OLE color: 7299980.
HSL color Cylindrical-coordinate representation of color #8C636F: hue angle of 342.44º 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 #8C636F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 111 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.45 |
| HSL | 342.44º | 0.17% | 0.47% | - |
| HSV(B) | 342.44º | 0.29% | 0.55% | - |
| XYZ | 18.15 | 15.65 | 17.1 | - |
| YUV | 112.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 111 | 0 | 0.29 | 0.21 | 0.45 | 342.44 | 0.17 | 0.47 |
| Hex | 8C | 63 | 6F | 0 | 1D | 15 | 2D | 156 | 11 | 2F |
| Octal | 214 | 143 | 157 | 0 | 35 | 25 | 55 | 526 | 21 | 57 |
| Binary | 10001100 | 1100011 | 1101111 | 0 | 11101 | 10101 | 101101 | 101010110 | 10001 | 101111 |
Color Harmonies of #8C636F
Complementary color
Monochromatic Colors of #8C636F
Black with #8C636F
Text Example
Text Example
White with #8C636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C636F; }
p { color: rgb(140,99,111); }
H1.HeaderClassName
{
color: #8C636F;
}
.AnyTagClassName
{
color: #8C636F;
}
</style>
background-color css
<style>
a { background-color: #8C636F; }
a { background-color: rgb(140,99,111); }
div.DivClassName
{
background-color: #8C636F;
}
.BgClassName
{
background-color: #8C636F;
}
</style>
border-color css
<style>
span { border-color: #8C636F; }
span { border-color: rgb(140,99,111); }
td.TdClassName
{
border-color: #8C636F;
}
.TagClassName
{
border-color: #8C636F;
}
</style>