Shades of Mauve Taupe #9E6179
Tints of Mauve Taupe #9E6179
RGB
CMYK
RGB Variations
Color information
#9E6179 (or 0x9E6179) is known color: Mauve Taupe. HEX triplet: 9E, 61 and 79. RGB value is (158,97,121). Sum of RGB (Red+Green+Blue) = 158+97+121=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6179 is #619E86. Grayscale: #757575. Windows color (decimal): -6397575 or 7954846. OLE color: 7954846.
HSL color Cylindrical-coordinate representation of color #9E6179: hue angle of 336.39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6179 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 121 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.38 |
| HSL | 336.39º | 0.24% | 0.5% | - |
| HSV(B) | 336.39º | 0.39% | 0.62% | - |
| XYZ | 21.83 | 17.2 | 20.26 | - |
| YUV | 117.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 121 | 0 | 0.39 | 0.23 | 0.38 | 336.39 | 0.24 | 0.5 |
| Hex | 9E | 61 | 79 | 0 | 27 | 17 | 26 | 150 | 18 | 32 |
| Octal | 236 | 141 | 171 | 0 | 47 | 27 | 46 | 520 | 30 | 62 |
| Binary | 10011110 | 1100001 | 1111001 | 0 | 100111 | 10111 | 100110 | 101010000 | 11000 | 110010 |
Color Harmonies of #9E6179
Complementary color
Monochromatic Colors of #9E6179
Black with #9E6179
Text Example
Text Example
White with #9E6179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6179; }
p { color: rgb(158,97,121); }
H1.HeaderClassName
{
color: #9E6179;
}
.AnyTagClassName
{
color: #9E6179;
}
</style>
background-color css
<style>
a { background-color: #9E6179; }
a { background-color: rgb(158,97,121); }
div.DivClassName
{
background-color: #9E6179;
}
.BgClassName
{
background-color: #9E6179;
}
</style>
border-color css
<style>
span { border-color: #9E6179; }
span { border-color: rgb(158,97,121); }
td.TdClassName
{
border-color: #9E6179;
}
.TagClassName
{
border-color: #9E6179;
}
</style>