#685657

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

Shades of Falcon #685657

Tints of Falcon #685657

Color information

#685657 (or 0x685657) is unknown color: approx Falcon. HEX triplet: 68, 56 and 57. RGB value is (104,86,87). Sum of RGB (Red+Green+Blue) = 104+86+87=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685657 is #97A9A8. Grayscale: #5B5B5B. Windows color (decimal): -9939369 or 5723752. OLE color: 5723752.

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

Color convert

RGB1048687-
CMYK00.170.160.59
HSL356.67º9.47%37.25%-
HSV(B)356.67º17.31%40.78%-
XYZ10.7610.2910.44-
YUV91.5125.46136.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=37.55%
G=31.05%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104868700.170.160.59356.679.4737.25
Hex685657011103B165925
Octal15012612702120735451145
Binary110100010101101010111010001100001110111011001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685657; }

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

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

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

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

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

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

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

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