Shades of Rose Taupe #865C57
Tints of Rose Taupe #865C57
RGB
CMYK
RGB Variations
Color information
#865C57 (or 0x865C57) is known color: Rose Taupe. HEX triplet: 86, 5C and 57. RGB value is (134,92,87). Sum of RGB (Red+Green+Blue) = 134+92+87=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C57 is #79A3A8. Grayscale: #686868. Windows color (decimal): -7971753 or 5725318. OLE color: 5725318.
HSL color Cylindrical-coordinate representation of color #865C57: hue angle of 6.38º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865C57 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 87 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.47 |
| HSL | 6.38º | 0.21% | 0.43% | - |
| HSV(B) | 6.38º | 0.35% | 0.53% | - |
| XYZ | 15.38 | 13.41 | 10.79 | - |
| YUV | 103.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 87 | 0 | 0.31 | 0.35 | 0.47 | 6.38 | 0.21 | 0.43 |
| Hex | 86 | 5C | 57 | 0 | 1F | 23 | 2F | 6 | 15 | 2B |
| Octal | 206 | 134 | 127 | 0 | 37 | 43 | 57 | 6 | 25 | 53 |
| Binary | 10000110 | 1011100 | 1010111 | 0 | 11111 | 100011 | 101111 | 110 | 10101 | 101011 |
Color Harmonies of #865C57
Complementary color
Monochromatic Colors of #865C57
Black with #865C57
Text Example
Text Example
White with #865C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C57; }
p { color: rgb(134,92,87); }
H1.HeaderClassName
{
color: #865C57;
}
.AnyTagClassName
{
color: #865C57;
}
</style>
background-color css
<style>
a { background-color: #865C57; }
a { background-color: rgb(134,92,87); }
div.DivClassName
{
background-color: #865C57;
}
.BgClassName
{
background-color: #865C57;
}
</style>
border-color css
<style>
span { border-color: #865C57; }
span { border-color: rgb(134,92,87); }
td.TdClassName
{
border-color: #865C57;
}
.TagClassName
{
border-color: #865C57;
}
</style>