#86563C

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

Shades of Rope #86563C

Tints of Rope #86563C

Color information

#86563C (or 0x86563C) is unknown color: approx Rope. HEX triplet: 86, 56 and 3C. RGB value is (134,86,60). Sum of RGB (Red+Green+Blue) = 134+86+60=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86563C is #79A9C3. Grayscale: #616161. Windows color (decimal): -7973316 or 3954310. OLE color: 3954310.

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

Color convert

RGB1348660-
CMYK00.360.550.47
HSL21.08º38.14%38.04%-
HSV(B)21.08º55.22%52.55%-
XYZ13.9712.055.86-
YUV97.39106.9154.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=47.86%
G=30.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134866000.360.550.4721.0838.1438.04
Hex86563C024372F152626
Octal206126740446757254646
Binary100001101010110111100010010011011110111110101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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