#865636

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

Shades of Rope #865636

Tints of Rope #865636

Color information

#865636 (or 0x865636) is unknown color: approx 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

RGB1348654-
CMYK00.360.600.47
HSL24º42.55%36.86%-
HSV(B)24º59.7%52.55%-
XYZ13.8311.995.08-
YUV96.7103.9154.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=48.91%
G=31.39%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134865400.360.600.472442.5536.86
Hex8656360243C2F182b25
Octal206126660447457305345
Binary100001101010110110110010010011110010111111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>