Shades of Russett #865F57
Tints of Russett #865F57
RGB
CMYK
RGB Variations
Color information
#865F57 (or 0x865F57) is known color: Russett. HEX triplet: 86, 5F and 57. RGB value is (134,95,87). Sum of RGB (Red+Green+Blue) = 134+95+87=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F57 is #79A0A8. Grayscale: #696969. Windows color (decimal): -7970985 or 5726086. OLE color: 5726086.
HSL color Cylindrical-coordinate representation of color #865F57: hue angle of 10.21º 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 #865F57 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 87 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.47 |
| HSL | 10.21º | 0.21% | 0.43% | - |
| HSV(B) | 10.21º | 0.35% | 0.53% | - |
| XYZ | 15.64 | 13.94 | 10.88 | - |
| YUV | 105.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 87 | 0 | 0.29 | 0.35 | 0.47 | 10.21 | 0.21 | 0.43 |
| Hex | 86 | 5F | 57 | 0 | 1D | 23 | 2F | A | 15 | 2B |
| Octal | 206 | 137 | 127 | 0 | 35 | 43 | 57 | 12 | 25 | 53 |
| Binary | 10000110 | 1011111 | 1010111 | 0 | 11101 | 100011 | 101111 | 1010 | 10101 | 101011 |
Color Harmonies of #865F57
Complementary color
Monochromatic Colors of #865F57
Black with #865F57
Text Example
Text Example
White with #865F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F57; }
p { color: rgb(134,95,87); }
H1.HeaderClassName
{
color: #865F57;
}
.AnyTagClassName
{
color: #865F57;
}
</style>
background-color css
<style>
a { background-color: #865F57; }
a { background-color: rgb(134,95,87); }
div.DivClassName
{
background-color: #865F57;
}
.BgClassName
{
background-color: #865F57;
}
</style>
border-color css
<style>
span { border-color: #865F57; }
span { border-color: rgb(134,95,87); }
td.TdClassName
{
border-color: #865F57;
}
.TagClassName
{
border-color: #865F57;
}
</style>