Shades of Rose Taupe #8C6059
Tints of Rose Taupe #8C6059
RGB
CMYK
RGB Variations
Color information
#8C6059 (or 0x8C6059) is known color: Rose Taupe. HEX triplet: 8C, 60 and 59. RGB value is (140,96,89). Sum of RGB (Red+Green+Blue) = 140+96+89=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6059 is #739FA6. Grayscale: #6C6C6C. Windows color (decimal): -7577511 or 5857420. OLE color: 5857420.
HSL color Cylindrical-coordinate representation of color #8C6059: hue angle of 8.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C6059 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 89 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.45 |
| HSL | 8.24º | 0.22% | 0.45% | - |
| HSV(B) | 8.24º | 0.36% | 0.55% | - |
| XYZ | 16.8 | 14.66 | 11.4 | - |
| YUV | 108.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 89 | 0 | 0.31 | 0.36 | 0.45 | 8.24 | 0.22 | 0.45 |
| Hex | 8C | 60 | 59 | 0 | 1F | 24 | 2D | 8 | 16 | 2D |
| Octal | 214 | 140 | 131 | 0 | 37 | 44 | 55 | 10 | 26 | 55 |
| Binary | 10001100 | 1100000 | 1011001 | 0 | 11111 | 100100 | 101101 | 1000 | 10110 | 101101 |
Color Harmonies of #8C6059
Complementary color
Monochromatic Colors of #8C6059
Black with #8C6059
Text Example
Text Example
White with #8C6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6059; }
p { color: rgb(140,96,89); }
H1.HeaderClassName
{
color: #8C6059;
}
.AnyTagClassName
{
color: #8C6059;
}
</style>
background-color css
<style>
a { background-color: #8C6059; }
a { background-color: rgb(140,96,89); }
div.DivClassName
{
background-color: #8C6059;
}
.BgClassName
{
background-color: #8C6059;
}
</style>
border-color css
<style>
span { border-color: #8C6059; }
span { border-color: rgb(140,96,89); }
td.TdClassName
{
border-color: #8C6059;
}
.TagClassName
{
border-color: #8C6059;
}
</style>