Shades of Mauve Taupe #90596A
Tints of Mauve Taupe #90596A
RGB
CMYK
RGB Variations
Color information
#90596A (or 0x90596A) is known color: Mauve Taupe. HEX triplet: 90, 59 and 6A. RGB value is (144,89,106). Sum of RGB (Red+Green+Blue) = 144+89+106=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90596A is #6FA695. Grayscale: #6B6B6B. Windows color (decimal): -7317142 or 6969744. OLE color: 6969744.
HSL color Cylindrical-coordinate representation of color #90596A: hue angle of 341.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90596A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 106 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.44 |
| HSL | 341.45º | 0.24% | 0.46% | - |
| HSV(B) | 341.45º | 0.38% | 0.56% | - |
| XYZ | 17.68 | 14.11 | 15.43 | - |
| YUV | 107.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 106 | 0 | 0.38 | 0.26 | 0.44 | 341.45 | 0.24 | 0.46 |
| Hex | 90 | 59 | 6A | 0 | 26 | 1A | 2C | 155 | 18 | 2E |
| Octal | 220 | 131 | 152 | 0 | 46 | 32 | 54 | 525 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1101010 | 0 | 100110 | 11010 | 101100 | 101010101 | 11000 | 101110 |
Color Harmonies of #90596A
Complementary color
Monochromatic Colors of #90596A
Black with #90596A
Text Example
Text Example
White with #90596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90596A; }
p { color: rgb(144,89,106); }
H1.HeaderClassName
{
color: #90596A;
}
.AnyTagClassName
{
color: #90596A;
}
</style>
background-color css
<style>
a { background-color: #90596A; }
a { background-color: rgb(144,89,106); }
div.DivClassName
{
background-color: #90596A;
}
.BgClassName
{
background-color: #90596A;
}
</style>
border-color css
<style>
span { border-color: #90596A; }
span { border-color: rgb(144,89,106); }
td.TdClassName
{
border-color: #90596A;
}
.TagClassName
{
border-color: #90596A;
}
</style>