#865C5F

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

Shades of Falcon #865C5F

Tints of Falcon #865C5F

Color information

#865C5F (or 0x865C5F) is unknown color: approx Falcon. HEX triplet: 86, 5C and 5F. RGB value is (134,92,95). Sum of RGB (Red+Green+Blue) = 134+92+95=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5F is #79A3A0. Grayscale: #686868. Windows color (decimal): -7971745 or 6249606. OLE color: 6249606.

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

Color convert

RGB1349295-
CMYK00.310.290.47
HSL355.71º18.58%44.31%-
HSV(B)355.71º31.34%52.55%-
XYZ15.7213.5512.61-
YUV104.9122.41148.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=41.74%
G=28.66%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929500.310.290.47355.7118.5844.31
Hex865C5F01F1D2F164132c
Octal20613413703735575442354
Binary10000110101110010111110111111110110111110110010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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