Shades of Mauve Taupe #895D68
Tints of Mauve Taupe #895D68
RGB
CMYK
RGB Variations
Color information
#895D68 (or 0x895D68) is known color: Mauve Taupe. HEX triplet: 89, 5D and 68. RGB value is (137,93,104). Sum of RGB (Red+Green+Blue) = 137+93+104=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D68 is #76A297. Grayscale: #6B6B6B. Windows color (decimal): -7774872 or 6839689. OLE color: 6839689.
HSL color Cylindrical-coordinate representation of color #895D68: hue angle of 345º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D68 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 104 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.46 |
| HSL | 345º | 0.19% | 0.45% | - |
| HSV(B) | 345º | 0.32% | 0.54% | - |
| XYZ | 16.73 | 14.15 | 14.95 | - |
| YUV | 107.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 104 | 0 | 0.32 | 0.24 | 0.46 | 345 | 0.19 | 0.45 |
| Hex | 89 | 5D | 68 | 0 | 20 | 18 | 2E | 159 | 13 | 2D |
| Octal | 211 | 135 | 150 | 0 | 40 | 30 | 56 | 531 | 23 | 55 |
| Binary | 10001001 | 1011101 | 1101000 | 0 | 100000 | 11000 | 101110 | 101011001 | 10011 | 101101 |
Color Harmonies of #895D68
Complementary color
Monochromatic Colors of #895D68
Black with #895D68
Text Example
Text Example
White with #895D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D68; }
p { color: rgb(137,93,104); }
H1.HeaderClassName
{
color: #895D68;
}
.AnyTagClassName
{
color: #895D68;
}
</style>
background-color css
<style>
a { background-color: #895D68; }
a { background-color: rgb(137,93,104); }
div.DivClassName
{
background-color: #895D68;
}
.BgClassName
{
background-color: #895D68;
}
</style>
border-color css
<style>
span { border-color: #895D68; }
span { border-color: rgb(137,93,104); }
td.TdClassName
{
border-color: #895D68;
}
.TagClassName
{
border-color: #895D68;
}
</style>