Shades of Mauve Taupe #9A6064
Tints of Mauve Taupe #9A6064
RGB
CMYK
RGB Variations
Color information
#9A6064 (or 0x9A6064) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 64. RGB value is (154,96,100). Sum of RGB (Red+Green+Blue) = 154+96+100=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6064 is #659F9B. Grayscale: #717171. Windows color (decimal): -6659996 or 6578330. OLE color: 6578330.
HSL color Cylindrical-coordinate representation of color #9A6064: hue angle of 355.86º 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 #9A6064 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 100 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.40 |
| HSL | 355.86º | 0.23% | 0.49% | - |
| HSV(B) | 355.86º | 0.38% | 0.6% | - |
| XYZ | 19.81 | 16.16 | 14.13 | - |
| YUV | 113.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 100 | 0 | 0.38 | 0.35 | 0.40 | 355.86 | 0.23 | 0.49 |
| Hex | 9A | 60 | 64 | 0 | 26 | 23 | 28 | 164 | 17 | 31 |
| Octal | 232 | 140 | 144 | 0 | 46 | 43 | 50 | 544 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1100100 | 0 | 100110 | 100011 | 101000 | 101100100 | 10111 | 110001 |
Color Harmonies of #9A6064
Complementary color
Monochromatic Colors of #9A6064
Black with #9A6064
Text Example
Text Example
White with #9A6064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6064; }
p { color: rgb(154,96,100); }
H1.HeaderClassName
{
color: #9A6064;
}
.AnyTagClassName
{
color: #9A6064;
}
</style>
background-color css
<style>
a { background-color: #9A6064; }
a { background-color: rgb(154,96,100); }
div.DivClassName
{
background-color: #9A6064;
}
.BgClassName
{
background-color: #9A6064;
}
</style>
border-color css
<style>
span { border-color: #9A6064; }
span { border-color: rgb(154,96,100); }
td.TdClassName
{
border-color: #9A6064;
}
.TagClassName
{
border-color: #9A6064;
}
</style>