Shades of Mauve Taupe #896165
Tints of Mauve Taupe #896165
RGB
CMYK
RGB Variations
Color information
#896165 (or 0x896165) is known color: Mauve Taupe. HEX triplet: 89, 61 and 65. RGB value is (137,97,101). Sum of RGB (Red+Green+Blue) = 137+97+101=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896165 is #769E9A. Grayscale: #6D6D6D. Windows color (decimal): -7773851 or 6644105. OLE color: 6644105.
HSL color Cylindrical-coordinate representation of color #896165: hue angle of 354º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896165 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 101 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.46 |
| HSL | 354º | 0.17% | 0.46% | - |
| HSV(B) | 354º | 0.29% | 0.54% | - |
| XYZ | 16.94 | 14.81 | 14.28 | - |
| YUV | 109.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 101 | 0 | 0.29 | 0.26 | 0.46 | 354 | 0.17 | 0.46 |
| Hex | 89 | 61 | 65 | 0 | 1D | 1A | 2E | 162 | 11 | 2E |
| Octal | 211 | 141 | 145 | 0 | 35 | 32 | 56 | 542 | 21 | 56 |
| Binary | 10001001 | 1100001 | 1100101 | 0 | 11101 | 11010 | 101110 | 101100010 | 10001 | 101110 |
Color Harmonies of #896165
Complementary color
Monochromatic Colors of #896165
Black with #896165
Text Example
Text Example
White with #896165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896165; }
p { color: rgb(137,97,101); }
H1.HeaderClassName
{
color: #896165;
}
.AnyTagClassName
{
color: #896165;
}
</style>
background-color css
<style>
a { background-color: #896165; }
a { background-color: rgb(137,97,101); }
div.DivClassName
{
background-color: #896165;
}
.BgClassName
{
background-color: #896165;
}
</style>
border-color css
<style>
span { border-color: #896165; }
span { border-color: rgb(137,97,101); }
td.TdClassName
{
border-color: #896165;
}
.TagClassName
{
border-color: #896165;
}
</style>