#865E60

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

Shades of Falcon #865E60

Tints of Falcon #865E60

Color information

#865E60 (or 0x865E60) is unknown color: approx Falcon. HEX triplet: 86, 5E and 60. RGB value is (134,94,96). Sum of RGB (Red+Green+Blue) = 134+94+96=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #865E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E60 is #79A19F. Grayscale: #6A6A6A. Windows color (decimal): -7971232 or 6315654. OLE color: 6315654.

HSL color Cylindrical-coordinate representation of color #865E60: hue angle of 357º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E60 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1349496-
CMYK00.300.280.47
HSL357º17.54%44.71%-
HSV(B)357º29.85%52.55%-
XYZ15.9513.9212.91-
YUV106.19122.25147.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=41.36%
G=29.01%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134949600.300.280.4735717.5444.71
Hex865E6001E1C2F165122d
Octal20613614003634575452255
Binary10000110101111011000000111101110010111110110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865E60; }

 p { color: rgb(134,94,96); }

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

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

 a { background-color: rgb(134,94,96); }

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

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

 span { border-color: rgb(134,94,96); }

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