#86563F

Color #86563F Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #86563F

Tints of Rope #86563F

Color information

#86563F (or 0x86563F) is unknown color: approx Rope. HEX triplet: 86, 56 and 3F. RGB value is (134,86,63). Sum of RGB (Red+Green+Blue) = 134+86+63=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86563F is #79A9C0. Grayscale: #616161. Windows color (decimal): -7973313 or 4150918. OLE color: 4150918.

HSL color Cylindrical-coordinate representation of color #86563F: hue angle of 19.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86563F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1348663-
CMYK00.360.530.47
HSL19.44º36.04%38.63%-
HSV(B)19.44º52.99%52.55%-
XYZ14.0612.086.29-
YUV97.73108.4153.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 63 (25% from 255) = 22.26%
R=47.35%
G=30.39%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134866300.360.530.4719.4436.0438.63
Hex86563F024352F132427
Octal206126770446557234447
Binary100001101010110111111010010011010110111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86563F; }

 p { color: rgb(134,86,63); }

 H1.HeaderClassName
 {
   color: #86563F;
 }
 .AnyTagClassName
 {
   color: #86563F;
 }
</style>
background-color css

<style>
 a { background-color: #86563F; }

 a { background-color: rgb(134,86,63); }

 div.DivClassName
 {
   background-color: #86563F;
 }
 .BgClassName
 {
   background-color: #86563F;
 }
</style>
border-color css

<style>
 span { border-color: #86563F; }

 span { border-color: rgb(134,86,63); }

 td.TdClassName
 {
   border-color: #86563F;
 }
 .TagClassName
 {
   border-color: #86563F;
 }
</style>