Shades of Mauve Taupe #9E6475
Tints of Mauve Taupe #9E6475
RGB
CMYK
RGB Variations
Color information
#9E6475 (or 0x9E6475) is known color: Mauve Taupe. HEX triplet: 9E, 64 and 75. RGB value is (158,100,117). Sum of RGB (Red+Green+Blue) = 158+100+117=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6475 is #619B8A. Grayscale: #777777. Windows color (decimal): -6396811 or 7693470. OLE color: 7693470.
HSL color Cylindrical-coordinate representation of color #9E6475: hue angle of 342.41º 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 #9E6475 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 117 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.38 |
| HSL | 342.41º | 0.23% | 0.51% | - |
| HSV(B) | 342.41º | 0.37% | 0.62% | - |
| XYZ | 21.87 | 17.67 | 19.09 | - |
| YUV | 119.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 117 | 0 | 0.37 | 0.26 | 0.38 | 342.41 | 0.23 | 0.51 |
| Hex | 9E | 64 | 75 | 0 | 25 | 1A | 26 | 156 | 17 | 33 |
| Octal | 236 | 144 | 165 | 0 | 45 | 32 | 46 | 526 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1110101 | 0 | 100101 | 11010 | 100110 | 101010110 | 10111 | 110011 |
Color Harmonies of #9E6475
Complementary color
Monochromatic Colors of #9E6475
Black with #9E6475
Text Example
Text Example
White with #9E6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6475; }
p { color: rgb(158,100,117); }
H1.HeaderClassName
{
color: #9E6475;
}
.AnyTagClassName
{
color: #9E6475;
}
</style>
background-color css
<style>
a { background-color: #9E6475; }
a { background-color: rgb(158,100,117); }
div.DivClassName
{
background-color: #9E6475;
}
.BgClassName
{
background-color: #9E6475;
}
</style>
border-color css
<style>
span { border-color: #9E6475; }
span { border-color: rgb(158,100,117); }
td.TdClassName
{
border-color: #9E6475;
}
.TagClassName
{
border-color: #9E6475;
}
</style>