Shades of Rose Taupe #9B5E5B
Tints of Rose Taupe #9B5E5B
RGB
CMYK
RGB Variations
Color information
#9B5E5B (or 0x9B5E5B) is known color: Rose Taupe. HEX triplet: 9B, 5E and 5B. RGB value is (155,94,91). Sum of RGB (Red+Green+Blue) = 155+94+91=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E5B is #64A1A4. Grayscale: #6F6F6F. Windows color (decimal): -6594981 or 5987995. OLE color: 5987995.
HSL color Cylindrical-coordinate representation of color #9B5E5B: hue angle of 2.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5E5B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 91 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.39 |
| HSL | 2.81º | 0.26% | 0.48% | - |
| HSV(B) | 2.81º | 0.41% | 0.61% | - |
| XYZ | 19.41 | 15.73 | 11.91 | - |
| YUV | 111.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 91 | 0 | 0.39 | 0.41 | 0.39 | 2.81 | 0.26 | 0.48 |
| Hex | 9B | 5E | 5B | 0 | 27 | 29 | 27 | 3 | 1A | 30 |
| Octal | 233 | 136 | 133 | 0 | 47 | 51 | 47 | 3 | 32 | 60 |
| Binary | 10011011 | 1011110 | 1011011 | 0 | 100111 | 101001 | 100111 | 11 | 11010 | 110000 |
Color Harmonies of #9B5E5B
Complementary color
Monochromatic Colors of #9B5E5B
Black with #9B5E5B
Text Example
Text Example
White with #9B5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E5B; }
p { color: rgb(155,94,91); }
H1.HeaderClassName
{
color: #9B5E5B;
}
.AnyTagClassName
{
color: #9B5E5B;
}
</style>
background-color css
<style>
a { background-color: #9B5E5B; }
a { background-color: rgb(155,94,91); }
div.DivClassName
{
background-color: #9B5E5B;
}
.BgClassName
{
background-color: #9B5E5B;
}
</style>
border-color css
<style>
span { border-color: #9B5E5B; }
span { border-color: rgb(155,94,91); }
td.TdClassName
{
border-color: #9B5E5B;
}
.TagClassName
{
border-color: #9B5E5B;
}
</style>