Shades of Mauve Taupe #895F64
Tints of Mauve Taupe #895F64
RGB
CMYK
RGB Variations
Color information
#895F64 (or 0x895F64) is known color: Mauve Taupe. HEX triplet: 89, 5F and 64. RGB value is (137,95,100). Sum of RGB (Red+Green+Blue) = 137+95+100=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F64 is #76A09B. Grayscale: #6C6C6C. Windows color (decimal): -7774364 or 6578057. OLE color: 6578057.
HSL color Cylindrical-coordinate representation of color #895F64: hue angle of 352.86º 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 #895F64 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 100 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.46 |
| HSL | 352.86º | 0.18% | 0.45% | - |
| HSV(B) | 352.86º | 0.31% | 0.54% | - |
| XYZ | 16.71 | 14.42 | 13.96 | - |
| YUV | 108.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 100 | 0 | 0.31 | 0.27 | 0.46 | 352.86 | 0.18 | 0.45 |
| Hex | 89 | 5F | 64 | 0 | 1F | 1B | 2E | 161 | 12 | 2D |
| Octal | 211 | 137 | 144 | 0 | 37 | 33 | 56 | 541 | 22 | 55 |
| Binary | 10001001 | 1011111 | 1100100 | 0 | 11111 | 11011 | 101110 | 101100001 | 10010 | 101101 |
Color Harmonies of #895F64
Complementary color
Monochromatic Colors of #895F64
Black with #895F64
Text Example
Text Example
White with #895F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F64; }
p { color: rgb(137,95,100); }
H1.HeaderClassName
{
color: #895F64;
}
.AnyTagClassName
{
color: #895F64;
}
</style>
background-color css
<style>
a { background-color: #895F64; }
a { background-color: rgb(137,95,100); }
div.DivClassName
{
background-color: #895F64;
}
.BgClassName
{
background-color: #895F64;
}
</style>
border-color css
<style>
span { border-color: #895F64; }
span { border-color: rgb(137,95,100); }
td.TdClassName
{
border-color: #895F64;
}
.TagClassName
{
border-color: #895F64;
}
</style>