Shades of Mauve Taupe #9E6471
Tints of Mauve Taupe #9E6471
RGB
CMYK
RGB Variations
Color information
#9E6471 (or 0x9E6471) is known color: Mauve Taupe. HEX triplet: 9E, 64 and 71. RGB value is (158,100,113). Sum of RGB (Red+Green+Blue) = 158+100+113=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6471 is #619B8E. Grayscale: #767676. Windows color (decimal): -6396815 or 7431326. OLE color: 7431326.
HSL color Cylindrical-coordinate representation of color #9E6471: hue angle of 346.55º 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 #9E6471 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 113 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.38 |
| HSL | 346.55º | 0.23% | 0.51% | - |
| HSV(B) | 346.55º | 0.37% | 0.62% | - |
| XYZ | 21.64 | 17.58 | 17.87 | - |
| YUV | 118.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 113 | 0 | 0.37 | 0.28 | 0.38 | 346.55 | 0.23 | 0.51 |
| Hex | 9E | 64 | 71 | 0 | 25 | 1C | 26 | 15B | 17 | 33 |
| Octal | 236 | 144 | 161 | 0 | 45 | 34 | 46 | 533 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1110001 | 0 | 100101 | 11100 | 100110 | 101011011 | 10111 | 110011 |
Color Harmonies of #9E6471
Complementary color
Monochromatic Colors of #9E6471
Black with #9E6471
Text Example
Text Example
White with #9E6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6471; }
p { color: rgb(158,100,113); }
H1.HeaderClassName
{
color: #9E6471;
}
.AnyTagClassName
{
color: #9E6471;
}
</style>
background-color css
<style>
a { background-color: #9E6471; }
a { background-color: rgb(158,100,113); }
div.DivClassName
{
background-color: #9E6471;
}
.BgClassName
{
background-color: #9E6471;
}
</style>
border-color css
<style>
span { border-color: #9E6471; }
span { border-color: rgb(158,100,113); }
td.TdClassName
{
border-color: #9E6471;
}
.TagClassName
{
border-color: #9E6471;
}
</style>