Shades of Mauve Taupe #9E6066
Tints of Mauve Taupe #9E6066
RGB
CMYK
RGB Variations
Color information
#9E6066 (or 0x9E6066) is known color: Mauve Taupe. HEX triplet: 9E, 60 and 66. RGB value is (158,96,102). Sum of RGB (Red+Green+Blue) = 158+96+102=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6066 is #619F99. Grayscale: #737373. Windows color (decimal): -6397850 or 6709406. OLE color: 6709406.
HSL color Cylindrical-coordinate representation of color #9E6066: hue angle of 354.19º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6066 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 102 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.38 |
| HSL | 354.19º | 0.24% | 0.5% | - |
| HSV(B) | 354.19º | 0.39% | 0.62% | - |
| XYZ | 20.68 | 16.59 | 14.68 | - |
| YUV | 115.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 102 | 0 | 0.39 | 0.35 | 0.38 | 354.19 | 0.24 | 0.5 |
| Hex | 9E | 60 | 66 | 0 | 27 | 23 | 26 | 162 | 18 | 32 |
| Octal | 236 | 140 | 146 | 0 | 47 | 43 | 46 | 542 | 30 | 62 |
| Binary | 10011110 | 1100000 | 1100110 | 0 | 100111 | 100011 | 100110 | 101100010 | 11000 | 110010 |
Color Harmonies of #9E6066
Complementary color
Monochromatic Colors of #9E6066
Black with #9E6066
Text Example
Text Example
White with #9E6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6066; }
p { color: rgb(158,96,102); }
H1.HeaderClassName
{
color: #9E6066;
}
.AnyTagClassName
{
color: #9E6066;
}
</style>
background-color css
<style>
a { background-color: #9E6066; }
a { background-color: rgb(158,96,102); }
div.DivClassName
{
background-color: #9E6066;
}
.BgClassName
{
background-color: #9E6066;
}
</style>
border-color css
<style>
span { border-color: #9E6066; }
span { border-color: rgb(158,96,102); }
td.TdClassName
{
border-color: #9E6066;
}
.TagClassName
{
border-color: #9E6066;
}
</style>