Shades of Rose Taupe #9D5D59
Tints of Rose Taupe #9D5D59
RGB
CMYK
RGB Variations
Color information
#9D5D59 (or 0x9D5D59) is known color: Rose Taupe. HEX triplet: 9D, 5D and 59. RGB value is (157,93,89). Sum of RGB (Red+Green+Blue) = 157+93+89=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D59 is #62A2A6. Grayscale: #6F6F6F. Windows color (decimal): -6464167 or 5856669. OLE color: 5856669.
HSL color Cylindrical-coordinate representation of color #9D5D59: hue angle of 3.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5D59 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 89 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.38 |
| HSL | 3.53º | 0.28% | 0.48% | - |
| HSV(B) | 3.53º | 0.43% | 0.62% | - |
| XYZ | 19.62 | 15.72 | 11.45 | - |
| YUV | 111.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 89 | 0 | 0.41 | 0.43 | 0.38 | 3.53 | 0.28 | 0.48 |
| Hex | 9D | 5D | 59 | 0 | 29 | 2B | 26 | 4 | 1C | 30 |
| Octal | 235 | 135 | 131 | 0 | 51 | 53 | 46 | 4 | 34 | 60 |
| Binary | 10011101 | 1011101 | 1011001 | 0 | 101001 | 101011 | 100110 | 100 | 11100 | 110000 |
Color Harmonies of #9D5D59
Complementary color
Monochromatic Colors of #9D5D59
Black with #9D5D59
Text Example
Text Example
White with #9D5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D59; }
p { color: rgb(157,93,89); }
H1.HeaderClassName
{
color: #9D5D59;
}
.AnyTagClassName
{
color: #9D5D59;
}
</style>
background-color css
<style>
a { background-color: #9D5D59; }
a { background-color: rgb(157,93,89); }
div.DivClassName
{
background-color: #9D5D59;
}
.BgClassName
{
background-color: #9D5D59;
}
</style>
border-color css
<style>
span { border-color: #9D5D59; }
span { border-color: rgb(157,93,89); }
td.TdClassName
{
border-color: #9D5D59;
}
.TagClassName
{
border-color: #9D5D59;
}
</style>