Shades of Rose Taupe #9C5E59
Tints of Rose Taupe #9C5E59
RGB
CMYK
RGB Variations
Color information
#9C5E59 (or 0x9C5E59) is known color: Rose Taupe. HEX triplet: 9C, 5E and 59. RGB value is (156,94,89). Sum of RGB (Red+Green+Blue) = 156+94+89=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E59 is #63A1A6. Grayscale: #707070. Windows color (decimal): -6529447 or 5856924. OLE color: 5856924.
HSL color Cylindrical-coordinate representation of color #9C5E59: hue angle of 4.48º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C5E59 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 89 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.39 |
| HSL | 4.48º | 0.27% | 0.48% | - |
| HSV(B) | 4.48º | 0.43% | 0.61% | - |
| XYZ | 19.52 | 15.79 | 11.47 | - |
| YUV | 111.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 89 | 0 | 0.40 | 0.43 | 0.39 | 4.48 | 0.27 | 0.48 |
| Hex | 9C | 5E | 59 | 0 | 28 | 2B | 27 | 4 | 1B | 30 |
| Octal | 234 | 136 | 131 | 0 | 50 | 53 | 47 | 4 | 33 | 60 |
| Binary | 10011100 | 1011110 | 1011001 | 0 | 101000 | 101011 | 100111 | 100 | 11011 | 110000 |
Color Harmonies of #9C5E59
Complementary color
Monochromatic Colors of #9C5E59
Black with #9C5E59
Text Example
Text Example
White with #9C5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E59; }
p { color: rgb(156,94,89); }
H1.HeaderClassName
{
color: #9C5E59;
}
.AnyTagClassName
{
color: #9C5E59;
}
</style>
background-color css
<style>
a { background-color: #9C5E59; }
a { background-color: rgb(156,94,89); }
div.DivClassName
{
background-color: #9C5E59;
}
.BgClassName
{
background-color: #9C5E59;
}
</style>
border-color css
<style>
span { border-color: #9C5E59; }
span { border-color: rgb(156,94,89); }
td.TdClassName
{
border-color: #9C5E59;
}
.TagClassName
{
border-color: #9C5E59;
}
</style>