Shades of Rose Taupe #995D59
Tints of Rose Taupe #995D59
RGB
CMYK
RGB Variations
Color information
#995D59 (or 0x995D59) is known color: Rose Taupe. HEX triplet: 99, 5D and 59. RGB value is (153,93,89). Sum of RGB (Red+Green+Blue) = 153+93+89=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D59 is #66A2A6. Grayscale: #6E6E6E. Windows color (decimal): -6726311 or 5856665. OLE color: 5856665.
HSL color Cylindrical-coordinate representation of color #995D59: hue angle of 3.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995D59 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 89 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.4 |
| HSL | 3.75º | 0.26% | 0.47% | - |
| HSV(B) | 3.75º | 0.42% | 0.6% | - |
| XYZ | 18.85 | 15.32 | 11.41 | - |
| YUV | 110.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 89 | 0 | 0.39 | 0.42 | 0.4 | 3.75 | 0.26 | 0.47 |
| Hex | 99 | 5D | 59 | 0 | 27 | 2A | 28 | 4 | 1A | 2F |
| Octal | 231 | 135 | 131 | 0 | 47 | 52 | 50 | 4 | 32 | 57 |
| Binary | 10011001 | 1011101 | 1011001 | 0 | 100111 | 101010 | 101000 | 100 | 11010 | 101111 |
Color Harmonies of #995D59
Complementary color
Monochromatic Colors of #995D59
Black with #995D59
Text Example
Text Example
White with #995D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D59; }
p { color: rgb(153,93,89); }
H1.HeaderClassName
{
color: #995D59;
}
.AnyTagClassName
{
color: #995D59;
}
</style>
background-color css
<style>
a { background-color: #995D59; }
a { background-color: rgb(153,93,89); }
div.DivClassName
{
background-color: #995D59;
}
.BgClassName
{
background-color: #995D59;
}
</style>
border-color css
<style>
span { border-color: #995D59; }
span { border-color: rgb(153,93,89); }
td.TdClassName
{
border-color: #995D59;
}
.TagClassName
{
border-color: #995D59;
}
</style>