Shades of Rose Taupe #895B56
Tints of Rose Taupe #895B56
RGB
CMYK
RGB Variations
Color information
#895B56 (or 0x895B56) is known color: Rose Taupe. HEX triplet: 89, 5B and 56. RGB value is (137,91,86). Sum of RGB (Red+Green+Blue) = 137+91+86=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B56 is #76A4A9. Grayscale: #686868. Windows color (decimal): -7775402 or 5659529. OLE color: 5659529.
HSL color Cylindrical-coordinate representation of color #895B56: hue angle of 5.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895B56 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 86 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.46 |
| HSL | 5.88º | 0.23% | 0.44% | - |
| HSV(B) | 5.88º | 0.37% | 0.54% | - |
| XYZ | 15.74 | 13.47 | 10.58 | - |
| YUV | 104.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 86 | 0 | 0.34 | 0.37 | 0.46 | 5.88 | 0.23 | 0.44 |
| Hex | 89 | 5B | 56 | 0 | 22 | 25 | 2E | 6 | 17 | 2C |
| Octal | 211 | 133 | 126 | 0 | 42 | 45 | 56 | 6 | 27 | 54 |
| Binary | 10001001 | 1011011 | 1010110 | 0 | 100010 | 100101 | 101110 | 110 | 10111 | 101100 |
Color Harmonies of #895B56
Complementary color
Monochromatic Colors of #895B56
Black with #895B56
Text Example
Text Example
White with #895B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B56; }
p { color: rgb(137,91,86); }
H1.HeaderClassName
{
color: #895B56;
}
.AnyTagClassName
{
color: #895B56;
}
</style>
background-color css
<style>
a { background-color: #895B56; }
a { background-color: rgb(137,91,86); }
div.DivClassName
{
background-color: #895B56;
}
.BgClassName
{
background-color: #895B56;
}
</style>
border-color css
<style>
span { border-color: #895B56; }
span { border-color: rgb(137,91,86); }
td.TdClassName
{
border-color: #895B56;
}
.TagClassName
{
border-color: #895B56;
}
</style>