Shades of Rose Taupe #8C5656
Tints of Rose Taupe #8C5656
RGB
CMYK
RGB Variations
Color information
#8C5656 (or 0x8C5656) is known color: Rose Taupe. HEX triplet: 8C, 56 and 56. RGB value is (140,86,86). Sum of RGB (Red+Green+Blue) = 140+86+86=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5656 is #73A9A9. Grayscale: #666666. Windows color (decimal): -7580074 or 5658252. OLE color: 5658252.
HSL color Cylindrical-coordinate representation of color #8C5656: hue angle of 0º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5656 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 86 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.45 |
| HSL | 0º | 0.24% | 0.44% | - |
| HSV(B) | 0º | 0.39% | 0.55% | - |
| XYZ | 15.82 | 12.9 | 10.46 | - |
| YUV | 102.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 86 | 0 | 0.39 | 0.39 | 0.45 | 0 | 0.24 | 0.44 |
| Hex | 8C | 56 | 56 | 0 | 27 | 27 | 2D | 0 | 18 | 2C |
| Octal | 214 | 126 | 126 | 0 | 47 | 47 | 55 | 0 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1010110 | 0 | 100111 | 100111 | 101101 | 0 | 11000 | 101100 |
Color Harmonies of #8C5656
Complementary color
Monochromatic Colors of #8C5656
Black with #8C5656
Text Example
Text Example
White with #8C5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5656; }
p { color: rgb(140,86,86); }
H1.HeaderClassName
{
color: #8C5656;
}
.AnyTagClassName
{
color: #8C5656;
}
</style>
background-color css
<style>
a { background-color: #8C5656; }
a { background-color: rgb(140,86,86); }
div.DivClassName
{
background-color: #8C5656;
}
.BgClassName
{
background-color: #8C5656;
}
</style>
border-color css
<style>
span { border-color: #8C5656; }
span { border-color: rgb(140,86,86); }
td.TdClassName
{
border-color: #8C5656;
}
.TagClassName
{
border-color: #8C5656;
}
</style>