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