Shades of Rose Taupe #885C56
Tints of Rose Taupe #885C56
RGB
CMYK
RGB Variations
Color information
#885C56 (or 0x885C56) is known color: Rose Taupe. HEX triplet: 88, 5C and 56. RGB value is (136,92,86). Sum of RGB (Red+Green+Blue) = 136+92+86=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #885C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C56 is #77A3A9. Grayscale: #686868. Windows color (decimal): -7840682 or 5659784. OLE color: 5659784.
HSL color Cylindrical-coordinate representation of color #885C56: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885C56 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 92 | 86 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.47 |
| HSL | 7.2º | 0.23% | 0.44% | - |
| HSV(B) | 7.2º | 0.37% | 0.53% | - |
| XYZ | 15.66 | 13.56 | 10.6 | - |
| YUV | 104.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 86 | 0 | 0.32 | 0.37 | 0.47 | 7.2 | 0.23 | 0.44 |
| Hex | 88 | 5C | 56 | 0 | 20 | 25 | 2F | 7 | 17 | 2C |
| Octal | 210 | 134 | 126 | 0 | 40 | 45 | 57 | 7 | 27 | 54 |
| Binary | 10001000 | 1011100 | 1010110 | 0 | 100000 | 100101 | 101111 | 111 | 10111 | 101100 |
Color Harmonies of #885C56
Complementary color
Monochromatic Colors of #885C56
Black with #885C56
Text Example
Text Example
White with #885C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C56; }
p { color: rgb(136,92,86); }
H1.HeaderClassName
{
color: #885C56;
}
.AnyTagClassName
{
color: #885C56;
}
</style>
background-color css
<style>
a { background-color: #885C56; }
a { background-color: rgb(136,92,86); }
div.DivClassName
{
background-color: #885C56;
}
.BgClassName
{
background-color: #885C56;
}
</style>
border-color css
<style>
span { border-color: #885C56; }
span { border-color: rgb(136,92,86); }
td.TdClassName
{
border-color: #885C56;
}
.TagClassName
{
border-color: #885C56;
}
</style>