Shades of Rose Taupe #995C56
Tints of Rose Taupe #995C56
RGB
CMYK
RGB Variations
Color information
#995C56 (or 0x995C56) is known color: Rose Taupe. HEX triplet: 99, 5C and 56. RGB value is (153,92,86). Sum of RGB (Red+Green+Blue) = 153+92+86=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #995C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C56 is #66A3A9. Grayscale: #6D6D6D. Windows color (decimal): -6726570 or 5659801. OLE color: 5659801.
HSL color Cylindrical-coordinate representation of color #995C56: hue angle of 5.37º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995C56 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 86 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.4 |
| HSL | 5.37º | 0.28% | 0.47% | - |
| HSV(B) | 5.37º | 0.44% | 0.6% | - |
| XYZ | 18.64 | 15.1 | 10.74 | - |
| YUV | 109.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 86 | 0 | 0.40 | 0.44 | 0.4 | 5.37 | 0.28 | 0.47 |
| Hex | 99 | 5C | 56 | 0 | 28 | 2C | 28 | 5 | 1C | 2F |
| Octal | 231 | 134 | 126 | 0 | 50 | 54 | 50 | 5 | 34 | 57 |
| Binary | 10011001 | 1011100 | 1010110 | 0 | 101000 | 101100 | 101000 | 101 | 11100 | 101111 |
Color Harmonies of #995C56
Complementary color
Monochromatic Colors of #995C56
Black with #995C56
Text Example
Text Example
White with #995C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C56; }
p { color: rgb(153,92,86); }
H1.HeaderClassName
{
color: #995C56;
}
.AnyTagClassName
{
color: #995C56;
}
</style>
background-color css
<style>
a { background-color: #995C56; }
a { background-color: rgb(153,92,86); }
div.DivClassName
{
background-color: #995C56;
}
.BgClassName
{
background-color: #995C56;
}
</style>
border-color css
<style>
span { border-color: #995C56; }
span { border-color: rgb(153,92,86); }
td.TdClassName
{
border-color: #995C56;
}
.TagClassName
{
border-color: #995C56;
}
</style>