Shades of Mauve Taupe #8C626D
Tints of Mauve Taupe #8C626D
RGB
CMYK
RGB Variations
Color information
#8C626D (or 0x8C626D) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 6D. RGB value is (140,98,109). Sum of RGB (Red+Green+Blue) = 140+98+109=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C626D is #739D92. Grayscale: #6F6F6F. Windows color (decimal): -7576979 or 7168652. OLE color: 7168652.
HSL color Cylindrical-coordinate representation of color #8C626D: hue angle of 344.29º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C626D is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 109 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.45 |
| HSL | 344.29º | 0.18% | 0.47% | - |
| HSV(B) | 344.29º | 0.3% | 0.55% | - |
| XYZ | 17.94 | 15.41 | 16.5 | - |
| YUV | 111.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 109 | 0 | 0.3 | 0.22 | 0.45 | 344.29 | 0.18 | 0.47 |
| Hex | 8C | 62 | 6D | 0 | 1E | 16 | 2D | 158 | 12 | 2F |
| Octal | 214 | 142 | 155 | 0 | 36 | 26 | 55 | 530 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1101101 | 0 | 11110 | 10110 | 101101 | 101011000 | 10010 | 101111 |
Color Harmonies of #8C626D
Complementary color
Monochromatic Colors of #8C626D
Black with #8C626D
Text Example
Text Example
White with #8C626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C626D; }
p { color: rgb(140,98,109); }
H1.HeaderClassName
{
color: #8C626D;
}
.AnyTagClassName
{
color: #8C626D;
}
</style>
background-color css
<style>
a { background-color: #8C626D; }
a { background-color: rgb(140,98,109); }
div.DivClassName
{
background-color: #8C626D;
}
.BgClassName
{
background-color: #8C626D;
}
</style>
border-color css
<style>
span { border-color: #8C626D; }
span { border-color: rgb(140,98,109); }
td.TdClassName
{
border-color: #8C626D;
}
.TagClassName
{
border-color: #8C626D;
}
</style>