#865536

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

Shades of Rope #865536

Tints of Rope #865536

Color information

#865536 (or 0x865536) is unknown color: approx Rope. HEX triplet: 86, 55 and 36. RGB value is (134,85,54). Sum of RGB (Red+Green+Blue) = 134+85+54=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #865536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865536 is #79AAC9. Grayscale: #606060. Windows color (decimal): -7973578 or 3560838. OLE color: 3560838.

HSL color Cylindrical-coordinate representation of color #865536: hue angle of 23.25º 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 #865536 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1348554-
CMYK00.370.600.47
HSL23.25º42.55%36.86%-
HSV(B)23.25º59.7%52.55%-
XYZ13.7511.835.05-
YUV96.12104.23155.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=49.08%
G=31.14%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134855400.370.600.4723.2542.5536.86
Hex8655360253C2F172b25
Octal206125660457457275345
Binary100001101010101110110010010111110010111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865536; }

 p { color: rgb(134,85,54); }

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

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

 a { background-color: rgb(134,85,54); }

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

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

 span { border-color: rgb(134,85,54); }

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