Shades of Rose Taupe #995D57
Tints of Rose Taupe #995D57
RGB
CMYK
RGB Variations
Color information
#995D57 (or 0x995D57) is known color: Rose Taupe. HEX triplet: 99, 5D and 57. RGB value is (153,93,87). Sum of RGB (Red+Green+Blue) = 153+93+87=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D57 is #66A2A8. Grayscale: #6E6E6E. Windows color (decimal): -6726313 or 5725593. OLE color: 5725593.
HSL color Cylindrical-coordinate representation of color #995D57: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995D57 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 87 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.4 |
| HSL | 5.45º | 0.28% | 0.47% | - |
| HSV(B) | 5.45º | 0.43% | 0.6% | - |
| XYZ | 18.77 | 15.29 | 10.98 | - |
| YUV | 110.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 87 | 0 | 0.39 | 0.43 | 0.4 | 5.45 | 0.28 | 0.47 |
| Hex | 99 | 5D | 57 | 0 | 27 | 2B | 28 | 5 | 1C | 2F |
| Octal | 231 | 135 | 127 | 0 | 47 | 53 | 50 | 5 | 34 | 57 |
| Binary | 10011001 | 1011101 | 1010111 | 0 | 100111 | 101011 | 101000 | 101 | 11100 | 101111 |
Color Harmonies of #995D57
Complementary color
Monochromatic Colors of #995D57
Black with #995D57
Text Example
Text Example
White with #995D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D57; }
p { color: rgb(153,93,87); }
H1.HeaderClassName
{
color: #995D57;
}
.AnyTagClassName
{
color: #995D57;
}
</style>
background-color css
<style>
a { background-color: #995D57; }
a { background-color: rgb(153,93,87); }
div.DivClassName
{
background-color: #995D57;
}
.BgClassName
{
background-color: #995D57;
}
</style>
border-color css
<style>
span { border-color: #995D57; }
span { border-color: rgb(153,93,87); }
td.TdClassName
{
border-color: #995D57;
}
.TagClassName
{
border-color: #995D57;
}
</style>