#685759

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

Shades of Falcon #685759

Tints of Falcon #685759

Color information

#685759 (or 0x685759) is unknown color: approx Falcon. HEX triplet: 68, 57 and 59. RGB value is (104,87,89). Sum of RGB (Red+Green+Blue) = 104+87+89=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685759 is #97A8A6. Grayscale: #5C5C5C. Windows color (decimal): -9939111 or 5855080. OLE color: 5855080.

HSL color Cylindrical-coordinate representation of color #685759: hue angle of 352.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #685759 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1048789-
CMYK00.160.140.59
HSL352.94º8.9%37.45%-
HSV(B)352.94º16.35%40.78%-
XYZ10.9210.4810.9-
YUV92.31126.13136.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=37.14%
G=31.07%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104878900.160.140.59352.948.937.45
Hex685759010E3B161925
Octal15012713102016735411145
Binary11010001010111101100101000011101110111011000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685759; }

 p { color: rgb(104,87,89); }

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

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

 a { background-color: rgb(104,87,89); }

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

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

 span { border-color: rgb(104,87,89); }

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