#865F61

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

Shades of Falcon #865F61

Tints of Falcon #865F61

Color information

#865F61 (or 0x865F61) is unknown color: approx Falcon. HEX triplet: 86, 5F and 61. RGB value is (134,95,97). Sum of RGB (Red+Green+Blue) = 134+95+97=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #865F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F61 is #79A09E. Grayscale: #6A6A6A. Windows color (decimal): -7970975 or 6381446. OLE color: 6381446.

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

Color convert

RGB1349597-
CMYK00.290.280.47
HSL356.92º17.03%44.9%-
HSV(B)356.92º29.1%52.55%-
XYZ16.0814.1213.19-
YUV106.89122.42147.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=41.10%
G=29.14%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134959700.290.280.47356.9217.0344.9
Hex865F6101D1C2F165112d
Octal20613714103534575452155
Binary10000110101111111000010111011110010111110110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,97); }

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

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

 a { background-color: rgb(134,95,97); }

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

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

 span { border-color: rgb(134,95,97); }

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