Shades of Rose Taupe #865A57
Tints of Rose Taupe #865A57
RGB
CMYK
RGB Variations
Color information
#865A57 (or 0x865A57) is known color: Rose Taupe. HEX triplet: 86, 5A and 57. RGB value is (134,90,87). Sum of RGB (Red+Green+Blue) = 134+90+87=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #865A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A57 is #79A5A8. Grayscale: #666666. Windows color (decimal): -7972265 or 5724806. OLE color: 5724806.
HSL color Cylindrical-coordinate representation of color #865A57: hue angle of 3.83º 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 #865A57 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 90 | 87 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.47 |
| HSL | 3.83º | 0.21% | 0.43% | - |
| HSV(B) | 3.83º | 0.35% | 0.53% | - |
| XYZ | 15.21 | 13.07 | 10.74 | - |
| YUV | 102.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 87 | 0 | 0.33 | 0.35 | 0.47 | 3.83 | 0.21 | 0.43 |
| Hex | 86 | 5A | 57 | 0 | 21 | 23 | 2F | 4 | 15 | 2B |
| Octal | 206 | 132 | 127 | 0 | 41 | 43 | 57 | 4 | 25 | 53 |
| Binary | 10000110 | 1011010 | 1010111 | 0 | 100001 | 100011 | 101111 | 100 | 10101 | 101011 |
Color Harmonies of #865A57
Complementary color
Monochromatic Colors of #865A57
Black with #865A57
Text Example
Text Example
White with #865A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A57; }
p { color: rgb(134,90,87); }
H1.HeaderClassName
{
color: #865A57;
}
.AnyTagClassName
{
color: #865A57;
}
</style>
background-color css
<style>
a { background-color: #865A57; }
a { background-color: rgb(134,90,87); }
div.DivClassName
{
background-color: #865A57;
}
.BgClassName
{
background-color: #865A57;
}
</style>
border-color css
<style>
span { border-color: #865A57; }
span { border-color: rgb(134,90,87); }
td.TdClassName
{
border-color: #865A57;
}
.TagClassName
{
border-color: #865A57;
}
</style>