Shades of Rose Taupe #8F5655
Tints of Rose Taupe #8F5655
RGB
CMYK
RGB Variations
Color information
#8F5655 (or 0x8F5655) is known color: Rose Taupe. HEX triplet: 8F, 56 and 55. RGB value is (143,86,85). Sum of RGB (Red+Green+Blue) = 143+86+85=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5655 is #70A9AA. Grayscale: #666666. Windows color (decimal): -7383467 or 5592719. OLE color: 5592719.
HSL color Cylindrical-coordinate representation of color #8F5655: hue angle of 1.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5655 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 85 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.44 |
| HSL | 1.03º | 0.25% | 0.45% | - |
| HSV(B) | 1.03º | 0.41% | 0.56% | - |
| XYZ | 16.3 | 13.15 | 10.27 | - |
| YUV | 102.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 85 | 0 | 0.40 | 0.41 | 0.44 | 1.03 | 0.25 | 0.45 |
| Hex | 8F | 56 | 55 | 0 | 28 | 29 | 2C | 1 | 19 | 2D |
| Octal | 217 | 126 | 125 | 0 | 50 | 51 | 54 | 1 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1010101 | 0 | 101000 | 101001 | 101100 | 1 | 11001 | 101101 |
Color Harmonies of #8F5655
Complementary color
Monochromatic Colors of #8F5655
Black with #8F5655
Text Example
Text Example
White with #8F5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5655; }
p { color: rgb(143,86,85); }
H1.HeaderClassName
{
color: #8F5655;
}
.AnyTagClassName
{
color: #8F5655;
}
</style>
background-color css
<style>
a { background-color: #8F5655; }
a { background-color: rgb(143,86,85); }
div.DivClassName
{
background-color: #8F5655;
}
.BgClassName
{
background-color: #8F5655;
}
</style>
border-color css
<style>
span { border-color: #8F5655; }
span { border-color: rgb(143,86,85); }
td.TdClassName
{
border-color: #8F5655;
}
.TagClassName
{
border-color: #8F5655;
}
</style>