Shades of Rope #86543A
Tints of Rope #86543A
RGB
CMYK
RGB Variations
Color information
#86543A (or 0x86543A) is known color: Rope. HEX triplet: 86, 54 and 3A. RGB value is (134,84,58). Sum of RGB (Red+Green+Blue) = 134+84+58=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86543A is #79ABC5. Grayscale: #606060. Windows color (decimal): -7973830 or 3822726. OLE color: 3822726.
HSL color Cylindrical-coordinate representation of color #86543A: hue angle of 20.53º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86543A is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 58 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.47 |
| HSL | 20.53º | 0.4% | 0.38% | - |
| HSV(B) | 20.53º | 0.57% | 0.53% | - |
| XYZ | 13.77 | 11.71 | 5.54 | - |
| YUV | 95.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 58 | 0 | 0.37 | 0.57 | 0.47 | 20.53 | 0.4 | 0.38 |
| Hex | 86 | 54 | 3A | 0 | 25 | 39 | 2F | 15 | 28 | 26 |
| Octal | 206 | 124 | 72 | 0 | 45 | 71 | 57 | 25 | 50 | 46 |
| Binary | 10000110 | 1010100 | 111010 | 0 | 100101 | 111001 | 101111 | 10101 | 101000 | 100110 |
Color Harmonies of #86543A
Complementary color
Monochromatic Colors of #86543A
Black with #86543A
Text Example
Text Example
White with #86543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86543A; }
p { color: rgb(134,84,58); }
H1.HeaderClassName
{
color: #86543A;
}
.AnyTagClassName
{
color: #86543A;
}
</style>
background-color css
<style>
a { background-color: #86543A; }
a { background-color: rgb(134,84,58); }
div.DivClassName
{
background-color: #86543A;
}
.BgClassName
{
background-color: #86543A;
}
</style>
border-color css
<style>
span { border-color: #86543A; }
span { border-color: rgb(134,84,58); }
td.TdClassName
{
border-color: #86543A;
}
.TagClassName
{
border-color: #86543A;
}
</style>