Shades of Mauve Taupe #895D67
Tints of Mauve Taupe #895D67
RGB
CMYK
RGB Variations
Color information
#895D67 (or 0x895D67) is known color: Mauve Taupe. HEX triplet: 89, 5D and 67. RGB value is (137,93,103). Sum of RGB (Red+Green+Blue) = 137+93+103=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D67 is #76A298. Grayscale: #6B6B6B. Windows color (decimal): -7774873 or 6774153. OLE color: 6774153.
HSL color Cylindrical-coordinate representation of color #895D67: hue angle of 346.36º 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 #895D67 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 103 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.46 |
| HSL | 346.36º | 0.19% | 0.45% | - |
| HSV(B) | 346.36º | 0.32% | 0.54% | - |
| XYZ | 16.68 | 14.13 | 14.68 | - |
| YUV | 107.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 103 | 0 | 0.32 | 0.25 | 0.46 | 346.36 | 0.19 | 0.45 |
| Hex | 89 | 5D | 67 | 0 | 20 | 19 | 2E | 15A | 13 | 2D |
| Octal | 211 | 135 | 147 | 0 | 40 | 31 | 56 | 532 | 23 | 55 |
| Binary | 10001001 | 1011101 | 1100111 | 0 | 100000 | 11001 | 101110 | 101011010 | 10011 | 101101 |
Color Harmonies of #895D67
Complementary color
Monochromatic Colors of #895D67
Black with #895D67
Text Example
Text Example
White with #895D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D67; }
p { color: rgb(137,93,103); }
H1.HeaderClassName
{
color: #895D67;
}
.AnyTagClassName
{
color: #895D67;
}
</style>
background-color css
<style>
a { background-color: #895D67; }
a { background-color: rgb(137,93,103); }
div.DivClassName
{
background-color: #895D67;
}
.BgClassName
{
background-color: #895D67;
}
</style>
border-color css
<style>
span { border-color: #895D67; }
span { border-color: rgb(137,93,103); }
td.TdClassName
{
border-color: #895D67;
}
.TagClassName
{
border-color: #895D67;
}
</style>