Shades of Mauve Taupe #9E6575
Tints of Mauve Taupe #9E6575
RGB
CMYK
RGB Variations
Color information
#9E6575 (or 0x9E6575) is known color: Mauve Taupe. HEX triplet: 9E, 65 and 75. RGB value is (158,101,117). Sum of RGB (Red+Green+Blue) = 158+101+117=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6575 is #619A8A. Grayscale: #777777. Windows color (decimal): -6396555 or 7693726. OLE color: 7693726.
HSL color Cylindrical-coordinate representation of color #9E6575: hue angle of 343.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E6575 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 117 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.38 |
| HSL | 343.16º | 0.23% | 0.51% | - |
| HSV(B) | 343.16º | 0.36% | 0.62% | - |
| XYZ | 21.97 | 17.86 | 19.12 | - |
| YUV | 119.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 117 | 0 | 0.36 | 0.26 | 0.38 | 343.16 | 0.23 | 0.51 |
| Hex | 9E | 65 | 75 | 0 | 24 | 1A | 26 | 157 | 17 | 33 |
| Octal | 236 | 145 | 165 | 0 | 44 | 32 | 46 | 527 | 27 | 63 |
| Binary | 10011110 | 1100101 | 1110101 | 0 | 100100 | 11010 | 100110 | 101010111 | 10111 | 110011 |
Color Harmonies of #9E6575
Complementary color
Monochromatic Colors of #9E6575
Black with #9E6575
Text Example
Text Example
White with #9E6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6575; }
p { color: rgb(158,101,117); }
H1.HeaderClassName
{
color: #9E6575;
}
.AnyTagClassName
{
color: #9E6575;
}
</style>
background-color css
<style>
a { background-color: #9E6575; }
a { background-color: rgb(158,101,117); }
div.DivClassName
{
background-color: #9E6575;
}
.BgClassName
{
background-color: #9E6575;
}
</style>
border-color css
<style>
span { border-color: #9E6575; }
span { border-color: rgb(158,101,117); }
td.TdClassName
{
border-color: #9E6575;
}
.TagClassName
{
border-color: #9E6575;
}
</style>