Shades of Rope #865636
Tints of Rope #865636
RGB
CMYK
RGB Variations
Color information
#865636 (or 0x865636) is known color: Rope. HEX triplet: 86, 56 and 36. RGB value is (134,86,54). Sum of RGB (Red+Green+Blue) = 134+86+54=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #865636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865636 is #79A9C9. Grayscale: #606060. Windows color (decimal): -7973322 or 3561094. OLE color: 3561094.
HSL color Cylindrical-coordinate representation of color #865636: hue angle of 24º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865636 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 54 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.47 |
| HSL | 24º | 0.43% | 0.37% | - |
| HSV(B) | 24º | 0.6% | 0.53% | - |
| XYZ | 13.83 | 11.99 | 5.08 | - |
| YUV | 96.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 54 | 0 | 0.36 | 0.60 | 0.47 | 24 | 0.43 | 0.37 |
| Hex | 86 | 56 | 36 | 0 | 24 | 3C | 2F | 18 | 2B | 25 |
| Octal | 206 | 126 | 66 | 0 | 44 | 74 | 57 | 30 | 53 | 45 |
| Binary | 10000110 | 1010110 | 110110 | 0 | 100100 | 111100 | 101111 | 11000 | 101011 | 100101 |
Color Harmonies of #865636
Complementary color
Monochromatic Colors of #865636
Black with #865636
Text Example
Text Example
White with #865636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865636; }
p { color: rgb(134,86,54); }
H1.HeaderClassName
{
color: #865636;
}
.AnyTagClassName
{
color: #865636;
}
</style>
background-color css
<style>
a { background-color: #865636; }
a { background-color: rgb(134,86,54); }
div.DivClassName
{
background-color: #865636;
}
.BgClassName
{
background-color: #865636;
}
</style>
border-color css
<style>
span { border-color: #865636; }
span { border-color: rgb(134,86,54); }
td.TdClassName
{
border-color: #865636;
}
.TagClassName
{
border-color: #865636;
}
</style>