Shades of Mauve Taupe #896065
Tints of Mauve Taupe #896065
RGB
CMYK
RGB Variations
Color information
#896065 (or 0x896065) is known color: Mauve Taupe. HEX triplet: 89, 60 and 65. RGB value is (137,96,101). Sum of RGB (Red+Green+Blue) = 137+96+101=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896065 is #769F9A. Grayscale: #6C6C6C. Windows color (decimal): -7774107 or 6643849. OLE color: 6643849.
HSL color Cylindrical-coordinate representation of color #896065: hue angle of 352.68º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896065 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 101 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.46 |
| HSL | 352.68º | 0.18% | 0.46% | - |
| HSV(B) | 352.68º | 0.3% | 0.54% | - |
| XYZ | 16.85 | 14.62 | 14.25 | - |
| YUV | 108.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 101 | 0 | 0.30 | 0.26 | 0.46 | 352.68 | 0.18 | 0.46 |
| Hex | 89 | 60 | 65 | 0 | 1E | 1A | 2E | 161 | 12 | 2E |
| Octal | 211 | 140 | 145 | 0 | 36 | 32 | 56 | 541 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1100101 | 0 | 11110 | 11010 | 101110 | 101100001 | 10010 | 101110 |
Color Harmonies of #896065
Complementary color
Monochromatic Colors of #896065
Black with #896065
Text Example
Text Example
White with #896065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896065; }
p { color: rgb(137,96,101); }
H1.HeaderClassName
{
color: #896065;
}
.AnyTagClassName
{
color: #896065;
}
</style>
background-color css
<style>
a { background-color: #896065; }
a { background-color: rgb(137,96,101); }
div.DivClassName
{
background-color: #896065;
}
.BgClassName
{
background-color: #896065;
}
</style>
border-color css
<style>
span { border-color: #896065; }
span { border-color: rgb(137,96,101); }
td.TdClassName
{
border-color: #896065;
}
.TagClassName
{
border-color: #896065;
}
</style>