Shades of Mauve Taupe #8D626E
Tints of Mauve Taupe #8D626E
RGB
CMYK
RGB Variations
Color information
#8D626E (or 0x8D626E) is known color: Mauve Taupe. HEX triplet: 8D, 62 and 6E. RGB value is (141,98,110). Sum of RGB (Red+Green+Blue) = 141+98+110=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D626E is #729D91. Grayscale: #707070. Windows color (decimal): -7511442 or 7234189. OLE color: 7234189.
HSL color Cylindrical-coordinate representation of color #8D626E: hue angle of 343.26º 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 #8D626E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 110 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.45 |
| HSL | 343.26º | 0.18% | 0.47% | - |
| HSV(B) | 343.26º | 0.3% | 0.55% | - |
| XYZ | 18.17 | 15.52 | 16.79 | - |
| YUV | 112.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 110 | 0 | 0.30 | 0.22 | 0.45 | 343.26 | 0.18 | 0.47 |
| Hex | 8D | 62 | 6E | 0 | 1E | 16 | 2D | 157 | 12 | 2F |
| Octal | 215 | 142 | 156 | 0 | 36 | 26 | 55 | 527 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1101110 | 0 | 11110 | 10110 | 101101 | 101010111 | 10010 | 101111 |
Color Harmonies of #8D626E
Complementary color
Monochromatic Colors of #8D626E
Black with #8D626E
Text Example
Text Example
White with #8D626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D626E; }
p { color: rgb(141,98,110); }
H1.HeaderClassName
{
color: #8D626E;
}
.AnyTagClassName
{
color: #8D626E;
}
</style>
background-color css
<style>
a { background-color: #8D626E; }
a { background-color: rgb(141,98,110); }
div.DivClassName
{
background-color: #8D626E;
}
.BgClassName
{
background-color: #8D626E;
}
</style>
border-color css
<style>
span { border-color: #8D626E; }
span { border-color: rgb(141,98,110); }
td.TdClassName
{
border-color: #8D626E;
}
.TagClassName
{
border-color: #8D626E;
}
</style>