Shades of Mauve Taupe #896365
Tints of Mauve Taupe #896365
RGB
CMYK
RGB Variations
Color information
#896365 (or 0x896365) is known color: Mauve Taupe. HEX triplet: 89, 63 and 65. RGB value is (137,99,101). Sum of RGB (Red+Green+Blue) = 137+99+101=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896365 is #769C9A. Grayscale: #6E6E6E. Windows color (decimal): -7773339 or 6644617. OLE color: 6644617.
HSL color Cylindrical-coordinate representation of color #896365: hue angle of 356.84º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896365 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 101 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.46 |
| HSL | 356.84º | 0.16% | 0.46% | - |
| HSV(B) | 356.84º | 0.28% | 0.54% | - |
| XYZ | 17.13 | 15.18 | 14.34 | - |
| YUV | 110.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 101 | 0 | 0.28 | 0.26 | 0.46 | 356.84 | 0.16 | 0.46 |
| Hex | 89 | 63 | 65 | 0 | 1C | 1A | 2E | 165 | 10 | 2E |
| Octal | 211 | 143 | 145 | 0 | 34 | 32 | 56 | 545 | 20 | 56 |
| Binary | 10001001 | 1100011 | 1100101 | 0 | 11100 | 11010 | 101110 | 101100101 | 10000 | 101110 |
Color Harmonies of #896365
Complementary color
Monochromatic Colors of #896365
Black with #896365
Text Example
Text Example
White with #896365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896365; }
p { color: rgb(137,99,101); }
H1.HeaderClassName
{
color: #896365;
}
.AnyTagClassName
{
color: #896365;
}
</style>
background-color css
<style>
a { background-color: #896365; }
a { background-color: rgb(137,99,101); }
div.DivClassName
{
background-color: #896365;
}
.BgClassName
{
background-color: #896365;
}
</style>
border-color css
<style>
span { border-color: #896365; }
span { border-color: rgb(137,99,101); }
td.TdClassName
{
border-color: #896365;
}
.TagClassName
{
border-color: #896365;
}
</style>