Shades of Mauve Taupe #9E6275
Tints of Mauve Taupe #9E6275
RGB
CMYK
RGB Variations
Color information
#9E6275 (or 0x9E6275) is known color: Mauve Taupe. HEX triplet: 9E, 62 and 75. RGB value is (158,98,117). Sum of RGB (Red+Green+Blue) = 158+98+117=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6275 is #619D8A. Grayscale: #767676. Windows color (decimal): -6397323 or 7692958. OLE color: 7692958.
HSL color Cylindrical-coordinate representation of color #9E6275: hue angle of 341º 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 #9E6275 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 117 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.38 |
| HSL | 341º | 0.24% | 0.5% | - |
| HSV(B) | 341º | 0.38% | 0.62% | - |
| XYZ | 21.68 | 17.29 | 19.02 | - |
| YUV | 118.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 117 | 0 | 0.38 | 0.26 | 0.38 | 341 | 0.24 | 0.5 |
| Hex | 9E | 62 | 75 | 0 | 26 | 1A | 26 | 155 | 18 | 32 |
| Octal | 236 | 142 | 165 | 0 | 46 | 32 | 46 | 525 | 30 | 62 |
| Binary | 10011110 | 1100010 | 1110101 | 0 | 100110 | 11010 | 100110 | 101010101 | 11000 | 110010 |
Color Harmonies of #9E6275
Complementary color
Monochromatic Colors of #9E6275
Black with #9E6275
Text Example
Text Example
White with #9E6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6275; }
p { color: rgb(158,98,117); }
H1.HeaderClassName
{
color: #9E6275;
}
.AnyTagClassName
{
color: #9E6275;
}
</style>
background-color css
<style>
a { background-color: #9E6275; }
a { background-color: rgb(158,98,117); }
div.DivClassName
{
background-color: #9E6275;
}
.BgClassName
{
background-color: #9E6275;
}
</style>
border-color css
<style>
span { border-color: #9E6275; }
span { border-color: rgb(158,98,117); }
td.TdClassName
{
border-color: #9E6275;
}
.TagClassName
{
border-color: #9E6275;
}
</style>