Shades of Mauve Taupe #9E6373
Tints of Mauve Taupe #9E6373
RGB
CMYK
RGB Variations
Color information
#9E6373 (or 0x9E6373) is known color: Mauve Taupe. HEX triplet: 9E, 63 and 73. RGB value is (158,99,115). Sum of RGB (Red+Green+Blue) = 158+99+115=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6373 is #619C8C. Grayscale: #767676. Windows color (decimal): -6397069 or 7562142. OLE color: 7562142.
HSL color Cylindrical-coordinate representation of color #9E6373: hue angle of 343.73º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6373 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 115 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.38 |
| HSL | 343.73º | 0.23% | 0.5% | - |
| HSV(B) | 343.73º | 0.37% | 0.62% | - |
| XYZ | 21.66 | 17.43 | 18.44 | - |
| YUV | 118.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 115 | 0 | 0.37 | 0.27 | 0.38 | 343.73 | 0.23 | 0.5 |
| Hex | 9E | 63 | 73 | 0 | 25 | 1B | 26 | 158 | 17 | 32 |
| Octal | 236 | 143 | 163 | 0 | 45 | 33 | 46 | 530 | 27 | 62 |
| Binary | 10011110 | 1100011 | 1110011 | 0 | 100101 | 11011 | 100110 | 101011000 | 10111 | 110010 |
Color Harmonies of #9E6373
Complementary color
Monochromatic Colors of #9E6373
Black with #9E6373
Text Example
Text Example
White with #9E6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6373; }
p { color: rgb(158,99,115); }
H1.HeaderClassName
{
color: #9E6373;
}
.AnyTagClassName
{
color: #9E6373;
}
</style>
background-color css
<style>
a { background-color: #9E6373; }
a { background-color: rgb(158,99,115); }
div.DivClassName
{
background-color: #9E6373;
}
.BgClassName
{
background-color: #9E6373;
}
</style>
border-color css
<style>
span { border-color: #9E6373; }
span { border-color: rgb(158,99,115); }
td.TdClassName
{
border-color: #9E6373;
}
.TagClassName
{
border-color: #9E6373;
}
</style>