Shades of Rose Taupe #895F5E
Tints of Rose Taupe #895F5E
RGB
CMYK
RGB Variations
Color information
#895F5E (or 0x895F5E) is known color: Rose Taupe. HEX triplet: 89, 5F and 5E. RGB value is (137,95,94). Sum of RGB (Red+Green+Blue) = 137+95+94=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F5E is #76A0A1. Grayscale: #6B6B6B. Windows color (decimal): -7774370 or 6184841. OLE color: 6184841.
HSL color Cylindrical-coordinate representation of color #895F5E: hue angle of 1.4º degrees, saturation: 0.19, 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 #895F5E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 94 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.46 |
| HSL | 1.4º | 0.19% | 0.45% | - |
| HSV(B) | 1.4º | 0.31% | 0.54% | - |
| XYZ | 16.43 | 14.31 | 12.49 | - |
| YUV | 107.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 94 | 0 | 0.31 | 0.31 | 0.46 | 1.4 | 0.19 | 0.45 |
| Hex | 89 | 5F | 5E | 0 | 1F | 1F | 2E | 1 | 13 | 2D |
| Octal | 211 | 137 | 136 | 0 | 37 | 37 | 56 | 1 | 23 | 55 |
| Binary | 10001001 | 1011111 | 1011110 | 0 | 11111 | 11111 | 101110 | 1 | 10011 | 101101 |
Color Harmonies of #895F5E
Complementary color
Monochromatic Colors of #895F5E
Black with #895F5E
Text Example
Text Example
White with #895F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F5E; }
p { color: rgb(137,95,94); }
H1.HeaderClassName
{
color: #895F5E;
}
.AnyTagClassName
{
color: #895F5E;
}
</style>
background-color css
<style>
a { background-color: #895F5E; }
a { background-color: rgb(137,95,94); }
div.DivClassName
{
background-color: #895F5E;
}
.BgClassName
{
background-color: #895F5E;
}
</style>
border-color css
<style>
span { border-color: #895F5E; }
span { border-color: rgb(137,95,94); }
td.TdClassName
{
border-color: #895F5E;
}
.TagClassName
{
border-color: #895F5E;
}
</style>