Shades of Mauve Taupe #895F65
Tints of Mauve Taupe #895F65
RGB
CMYK
RGB Variations
Color information
#895F65 (or 0x895F65) is known color: Mauve Taupe. HEX triplet: 89, 5F and 65. RGB value is (137,95,101). Sum of RGB (Red+Green+Blue) = 137+95+101=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F65 is #76A09A. Grayscale: #6C6C6C. Windows color (decimal): -7774363 or 6643593. OLE color: 6643593.
HSL color Cylindrical-coordinate representation of color #895F65: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F65 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 101 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.46 |
| HSL | 351.43º | 0.18% | 0.45% | - |
| HSV(B) | 351.43º | 0.31% | 0.54% | - |
| XYZ | 16.76 | 14.44 | 14.22 | - |
| YUV | 108.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 101 | 0 | 0.31 | 0.26 | 0.46 | 351.43 | 0.18 | 0.45 |
| Hex | 89 | 5F | 65 | 0 | 1F | 1A | 2E | 15F | 12 | 2D |
| Octal | 211 | 137 | 145 | 0 | 37 | 32 | 56 | 537 | 22 | 55 |
| Binary | 10001001 | 1011111 | 1100101 | 0 | 11111 | 11010 | 101110 | 101011111 | 10010 | 101101 |
Color Harmonies of #895F65
Complementary color
Monochromatic Colors of #895F65
Black with #895F65
Text Example
Text Example
White with #895F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F65; }
p { color: rgb(137,95,101); }
H1.HeaderClassName
{
color: #895F65;
}
.AnyTagClassName
{
color: #895F65;
}
</style>
background-color css
<style>
a { background-color: #895F65; }
a { background-color: rgb(137,95,101); }
div.DivClassName
{
background-color: #895F65;
}
.BgClassName
{
background-color: #895F65;
}
</style>
border-color css
<style>
span { border-color: #895F65; }
span { border-color: rgb(137,95,101); }
td.TdClassName
{
border-color: #895F65;
}
.TagClassName
{
border-color: #895F65;
}
</style>