Shades of Rose Taupe #895B5B
Tints of Rose Taupe #895B5B
RGB
CMYK
RGB Variations
Color information
#895B5B (or 0x895B5B) is known color: Rose Taupe. HEX triplet: 89, 5B and 5B. RGB value is (137,91,91). Sum of RGB (Red+Green+Blue) = 137+91+91=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B5B is #76A4A4. Grayscale: #686868. Windows color (decimal): -7775397 or 5987209. OLE color: 5987209.
HSL color Cylindrical-coordinate representation of color #895B5B: hue angle of 0º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895B5B is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 91 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.46 |
| HSL | 0º | 0.2% | 0.45% | - |
| HSV(B) | 0º | 0.34% | 0.54% | - |
| XYZ | 15.95 | 13.56 | 11.67 | - |
| YUV | 104.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 91 | 0 | 0.34 | 0.34 | 0.46 | 0 | 0.2 | 0.45 |
| Hex | 89 | 5B | 5B | 0 | 22 | 22 | 2E | 0 | 14 | 2D |
| Octal | 211 | 133 | 133 | 0 | 42 | 42 | 56 | 0 | 24 | 55 |
| Binary | 10001001 | 1011011 | 1011011 | 0 | 100010 | 100010 | 101110 | 0 | 10100 | 101101 |
Color Harmonies of #895B5B
Complementary color
Monochromatic Colors of #895B5B
Black with #895B5B
Text Example
Text Example
White with #895B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B5B; }
p { color: rgb(137,91,91); }
H1.HeaderClassName
{
color: #895B5B;
}
.AnyTagClassName
{
color: #895B5B;
}
</style>
background-color css
<style>
a { background-color: #895B5B; }
a { background-color: rgb(137,91,91); }
div.DivClassName
{
background-color: #895B5B;
}
.BgClassName
{
background-color: #895B5B;
}
</style>
border-color css
<style>
span { border-color: #895B5B; }
span { border-color: rgb(137,91,91); }
td.TdClassName
{
border-color: #895B5B;
}
.TagClassName
{
border-color: #895B5B;
}
</style>