Shades of Mauve Taupe #9E6472
Tints of Mauve Taupe #9E6472
RGB
CMYK
RGB Variations
Color information
#9E6472 (or 0x9E6472) is known color: Mauve Taupe. HEX triplet: 9E, 64 and 72. RGB value is (158,100,114). Sum of RGB (Red+Green+Blue) = 158+100+114=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6472 is #619B8D. Grayscale: #767676. Windows color (decimal): -6396814 or 7496862. OLE color: 7496862.
HSL color Cylindrical-coordinate representation of color #9E6472: hue angle of 345.52º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6472 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 114 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.38 |
| HSL | 345.52º | 0.23% | 0.51% | - |
| HSV(B) | 345.52º | 0.37% | 0.62% | - |
| XYZ | 21.69 | 17.6 | 18.17 | - |
| YUV | 118.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 114 | 0 | 0.37 | 0.28 | 0.38 | 345.52 | 0.23 | 0.51 |
| Hex | 9E | 64 | 72 | 0 | 25 | 1C | 26 | 15A | 17 | 33 |
| Octal | 236 | 144 | 162 | 0 | 45 | 34 | 46 | 532 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1110010 | 0 | 100101 | 11100 | 100110 | 101011010 | 10111 | 110011 |
Color Harmonies of #9E6472
Complementary color
Monochromatic Colors of #9E6472
Black with #9E6472
Text Example
Text Example
White with #9E6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6472; }
p { color: rgb(158,100,114); }
H1.HeaderClassName
{
color: #9E6472;
}
.AnyTagClassName
{
color: #9E6472;
}
</style>
background-color css
<style>
a { background-color: #9E6472; }
a { background-color: rgb(158,100,114); }
div.DivClassName
{
background-color: #9E6472;
}
.BgClassName
{
background-color: #9E6472;
}
</style>
border-color css
<style>
span { border-color: #9E6472; }
span { border-color: rgb(158,100,114); }
td.TdClassName
{
border-color: #9E6472;
}
.TagClassName
{
border-color: #9E6472;
}
</style>