Shades of Mauve Taupe #9E6270
Tints of Mauve Taupe #9E6270
RGB
CMYK
RGB Variations
Color information
#9E6270 (or 0x9E6270) is known color: Mauve Taupe. HEX triplet: 9E, 62 and 70. RGB value is (158,98,112). Sum of RGB (Red+Green+Blue) = 158+98+112=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6270 is #619D8F. Grayscale: #757575. Windows color (decimal): -6397328 or 7365278. OLE color: 7365278.
HSL color Cylindrical-coordinate representation of color #9E6270: hue angle of 346º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6270 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 112 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.38 |
| HSL | 346º | 0.24% | 0.5% | - |
| HSV(B) | 346º | 0.38% | 0.62% | - |
| XYZ | 21.39 | 17.17 | 17.52 | - |
| YUV | 117.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 112 | 0 | 0.38 | 0.29 | 0.38 | 346 | 0.24 | 0.5 |
| Hex | 9E | 62 | 70 | 0 | 26 | 1D | 26 | 15A | 18 | 32 |
| Octal | 236 | 142 | 160 | 0 | 46 | 35 | 46 | 532 | 30 | 62 |
| Binary | 10011110 | 1100010 | 1110000 | 0 | 100110 | 11101 | 100110 | 101011010 | 11000 | 110010 |
Color Harmonies of #9E6270
Complementary color
Monochromatic Colors of #9E6270
Black with #9E6270
Text Example
Text Example
White with #9E6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6270; }
p { color: rgb(158,98,112); }
H1.HeaderClassName
{
color: #9E6270;
}
.AnyTagClassName
{
color: #9E6270;
}
</style>
background-color css
<style>
a { background-color: #9E6270; }
a { background-color: rgb(158,98,112); }
div.DivClassName
{
background-color: #9E6270;
}
.BgClassName
{
background-color: #9E6270;
}
</style>
border-color css
<style>
span { border-color: #9E6270; }
span { border-color: rgb(158,98,112); }
td.TdClassName
{
border-color: #9E6270;
}
.TagClassName
{
border-color: #9E6270;
}
</style>