Shades of Mauve Taupe #9E6479
Tints of Mauve Taupe #9E6479
RGB
CMYK
RGB Variations
Color information
#9E6479 (or 0x9E6479) is known color: Mauve Taupe. HEX triplet: 9E, 64 and 79. RGB value is (158,100,121). Sum of RGB (Red+Green+Blue) = 158+100+121=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6479 is #619B86. Grayscale: #777777. Windows color (decimal): -6396807 or 7955614. OLE color: 7955614.
HSL color Cylindrical-coordinate representation of color #9E6479: hue angle of 338.28º 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 #9E6479 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 121 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.38 |
| HSL | 338.28º | 0.23% | 0.51% | - |
| HSV(B) | 338.28º | 0.37% | 0.62% | - |
| XYZ | 22.11 | 17.76 | 20.35 | - |
| YUV | 119.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 121 | 0 | 0.37 | 0.23 | 0.38 | 338.28 | 0.23 | 0.51 |
| Hex | 9E | 64 | 79 | 0 | 25 | 17 | 26 | 152 | 17 | 33 |
| Octal | 236 | 144 | 171 | 0 | 45 | 27 | 46 | 522 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1111001 | 0 | 100101 | 10111 | 100110 | 101010010 | 10111 | 110011 |
Color Harmonies of #9E6479
Complementary color
Monochromatic Colors of #9E6479
Black with #9E6479
Text Example
Text Example
White with #9E6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6479; }
p { color: rgb(158,100,121); }
H1.HeaderClassName
{
color: #9E6479;
}
.AnyTagClassName
{
color: #9E6479;
}
</style>
background-color css
<style>
a { background-color: #9E6479; }
a { background-color: rgb(158,100,121); }
div.DivClassName
{
background-color: #9E6479;
}
.BgClassName
{
background-color: #9E6479;
}
</style>
border-color css
<style>
span { border-color: #9E6479; }
span { border-color: rgb(158,100,121); }
td.TdClassName
{
border-color: #9E6479;
}
.TagClassName
{
border-color: #9E6479;
}
</style>