Shades of Mauve Taupe #9A596B
Tints of Mauve Taupe #9A596B
RGB
CMYK
RGB Variations
Color information
#9A596B (or 0x9A596B) is known color: Mauve Taupe. HEX triplet: 9A, 59 and 6B. RGB value is (154,89,107). Sum of RGB (Red+Green+Blue) = 154+89+107=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A596B is #65A694. Grayscale: #6E6E6E. Windows color (decimal): -6661781 or 7035290. OLE color: 7035290.
HSL color Cylindrical-coordinate representation of color #9A596B: hue angle of 343.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A596B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 107 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.40 |
| HSL | 343.38º | 0.27% | 0.48% | - |
| HSV(B) | 343.38º | 0.42% | 0.6% | - |
| XYZ | 19.55 | 15.08 | 15.79 | - |
| YUV | 110.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 107 | 0 | 0.42 | 0.31 | 0.40 | 343.38 | 0.27 | 0.48 |
| Hex | 9A | 59 | 6B | 0 | 2A | 1F | 28 | 157 | 1B | 30 |
| Octal | 232 | 131 | 153 | 0 | 52 | 37 | 50 | 527 | 33 | 60 |
| Binary | 10011010 | 1011001 | 1101011 | 0 | 101010 | 11111 | 101000 | 101010111 | 11011 | 110000 |
Color Harmonies of #9A596B
Complementary color
Monochromatic Colors of #9A596B
Black with #9A596B
Text Example
Text Example
White with #9A596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A596B; }
p { color: rgb(154,89,107); }
H1.HeaderClassName
{
color: #9A596B;
}
.AnyTagClassName
{
color: #9A596B;
}
</style>
background-color css
<style>
a { background-color: #9A596B; }
a { background-color: rgb(154,89,107); }
div.DivClassName
{
background-color: #9A596B;
}
.BgClassName
{
background-color: #9A596B;
}
</style>
border-color css
<style>
span { border-color: #9A596B; }
span { border-color: rgb(154,89,107); }
td.TdClassName
{
border-color: #9A596B;
}
.TagClassName
{
border-color: #9A596B;
}
</style>