Shades of Mauve Taupe #9A6066
Tints of Mauve Taupe #9A6066
RGB
CMYK
RGB Variations
Color information
#9A6066 (or 0x9A6066) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 66. RGB value is (154,96,102). Sum of RGB (Red+Green+Blue) = 154+96+102=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6066 is #659F99. Grayscale: #727272. Windows color (decimal): -6659994 or 6709402. OLE color: 6709402.
HSL color Cylindrical-coordinate representation of color #9A6066: hue angle of 353.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6066 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 102 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.40 |
| HSL | 353.79º | 0.23% | 0.49% | - |
| HSV(B) | 353.79º | 0.38% | 0.6% | - |
| XYZ | 19.91 | 16.2 | 14.65 | - |
| YUV | 114.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 102 | 0 | 0.38 | 0.34 | 0.40 | 353.79 | 0.23 | 0.49 |
| Hex | 9A | 60 | 66 | 0 | 26 | 22 | 28 | 162 | 17 | 31 |
| Octal | 232 | 140 | 146 | 0 | 46 | 42 | 50 | 542 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1100110 | 0 | 100110 | 100010 | 101000 | 101100010 | 10111 | 110001 |
Color Harmonies of #9A6066
Complementary color
Monochromatic Colors of #9A6066
Black with #9A6066
Text Example
Text Example
White with #9A6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6066; }
p { color: rgb(154,96,102); }
H1.HeaderClassName
{
color: #9A6066;
}
.AnyTagClassName
{
color: #9A6066;
}
</style>
background-color css
<style>
a { background-color: #9A6066; }
a { background-color: rgb(154,96,102); }
div.DivClassName
{
background-color: #9A6066;
}
.BgClassName
{
background-color: #9A6066;
}
</style>
border-color css
<style>
span { border-color: #9A6066; }
span { border-color: rgb(154,96,102); }
td.TdClassName
{
border-color: #9A6066;
}
.TagClassName
{
border-color: #9A6066;
}
</style>