Shades of Rose Taupe #995756
Tints of Rose Taupe #995756
RGB
CMYK
RGB Variations
Color information
#995756 (or 0x995756) is known color: Rose Taupe. HEX triplet: 99, 57 and 56. RGB value is (153,87,86). Sum of RGB (Red+Green+Blue) = 153+87+86=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995756 is #66A8A9. Grayscale: #6A6A6A. Windows color (decimal): -6727850 or 5658521. OLE color: 5658521.
HSL color Cylindrical-coordinate representation of color #995756: hue angle of 0.9º 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 #995756 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 86 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.4 |
| HSL | 0.9º | 0.28% | 0.47% | - |
| HSV(B) | 0.9º | 0.44% | 0.6% | - |
| XYZ | 18.22 | 14.26 | 10.6 | - |
| YUV | 106.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 86 | 0 | 0.43 | 0.44 | 0.4 | 0.9 | 0.28 | 0.47 |
| Hex | 99 | 57 | 56 | 0 | 2B | 2C | 28 | 1 | 1C | 2F |
| Octal | 231 | 127 | 126 | 0 | 53 | 54 | 50 | 1 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1010110 | 0 | 101011 | 101100 | 101000 | 1 | 11100 | 101111 |
Color Harmonies of #995756
Complementary color
Monochromatic Colors of #995756
Black with #995756
Text Example
Text Example
White with #995756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995756; }
p { color: rgb(153,87,86); }
H1.HeaderClassName
{
color: #995756;
}
.AnyTagClassName
{
color: #995756;
}
</style>
background-color css
<style>
a { background-color: #995756; }
a { background-color: rgb(153,87,86); }
div.DivClassName
{
background-color: #995756;
}
.BgClassName
{
background-color: #995756;
}
</style>
border-color css
<style>
span { border-color: #995756; }
span { border-color: rgb(153,87,86); }
td.TdClassName
{
border-color: #995756;
}
.TagClassName
{
border-color: #995756;
}
</style>