Shades of Mauve Taupe #9A6577
Tints of Mauve Taupe #9A6577
RGB
CMYK
RGB Variations
Color information
#9A6577 (or 0x9A6577) is known color: Mauve Taupe. HEX triplet: 9A, 65 and 77. RGB value is (154,101,119). Sum of RGB (Red+Green+Blue) = 154+101+119=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6577 is #659A88. Grayscale: #767676. Windows color (decimal): -6658697 or 7824794. OLE color: 7824794.
HSL color Cylindrical-coordinate representation of color #9A6577: hue angle of 339.62º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6577 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 119 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.40 |
| HSL | 339.62º | 0.21% | 0.5% | - |
| HSV(B) | 339.62º | 0.34% | 0.6% | - |
| XYZ | 21.31 | 17.51 | 19.71 | - |
| YUV | 118.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 119 | 0 | 0.34 | 0.23 | 0.40 | 339.62 | 0.21 | 0.5 |
| Hex | 9A | 65 | 77 | 0 | 22 | 17 | 28 | 154 | 15 | 32 |
| Octal | 232 | 145 | 167 | 0 | 42 | 27 | 50 | 524 | 25 | 62 |
| Binary | 10011010 | 1100101 | 1110111 | 0 | 100010 | 10111 | 101000 | 101010100 | 10101 | 110010 |
Color Harmonies of #9A6577
Complementary color
Monochromatic Colors of #9A6577
Black with #9A6577
Text Example
Text Example
White with #9A6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6577; }
p { color: rgb(154,101,119); }
H1.HeaderClassName
{
color: #9A6577;
}
.AnyTagClassName
{
color: #9A6577;
}
</style>
background-color css
<style>
a { background-color: #9A6577; }
a { background-color: rgb(154,101,119); }
div.DivClassName
{
background-color: #9A6577;
}
.BgClassName
{
background-color: #9A6577;
}
</style>
border-color css
<style>
span { border-color: #9A6577; }
span { border-color: rgb(154,101,119); }
td.TdClassName
{
border-color: #9A6577;
}
.TagClassName
{
border-color: #9A6577;
}
</style>