Shades of Rose Taupe #9B5D59
Tints of Rose Taupe #9B5D59
RGB
CMYK
RGB Variations
Color information
#9B5D59 (or 0x9B5D59) is known color: Rose Taupe. HEX triplet: 9B, 5D and 59. RGB value is (155,93,89). Sum of RGB (Red+Green+Blue) = 155+93+89=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D59 is #64A2A6. Grayscale: #6F6F6F. Windows color (decimal): -6595239 or 5856667. OLE color: 5856667.
HSL color Cylindrical-coordinate representation of color #9B5D59: hue angle of 3.64º 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 #9B5D59 is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 89 | - |
| CMYK | 0 | 0.4 | 0.43 | 0.39 |
| HSL | 3.64º | 0.27% | 0.48% | - |
| HSV(B) | 3.64º | 0.43% | 0.61% | - |
| XYZ | 19.24 | 15.52 | 11.43 | - |
| YUV | 111.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 89 | 0 | 0.4 | 0.43 | 0.39 | 3.64 | 0.27 | 0.48 |
| Hex | 9B | 5D | 59 | 0 | 28 | 2B | 27 | 4 | 1B | 30 |
| Octal | 233 | 135 | 131 | 0 | 50 | 53 | 47 | 4 | 33 | 60 |
| Binary | 10011011 | 1011101 | 1011001 | 0 | 101000 | 101011 | 100111 | 100 | 11011 | 110000 |
Color Harmonies of #9B5D59
Complementary color
Monochromatic Colors of #9B5D59
Black with #9B5D59
Text Example
Text Example
White with #9B5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D59; }
p { color: rgb(155,93,89); }
H1.HeaderClassName
{
color: #9B5D59;
}
.AnyTagClassName
{
color: #9B5D59;
}
</style>
background-color css
<style>
a { background-color: #9B5D59; }
a { background-color: rgb(155,93,89); }
div.DivClassName
{
background-color: #9B5D59;
}
.BgClassName
{
background-color: #9B5D59;
}
</style>
border-color css
<style>
span { border-color: #9B5D59; }
span { border-color: rgb(155,93,89); }
td.TdClassName
{
border-color: #9B5D59;
}
.TagClassName
{
border-color: #9B5D59;
}
</style>