#685457

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

Shades of Falcon #685457

Tints of Falcon #685457

Color information

#685457 (or 0x685457) is unknown color: approx Falcon. HEX triplet: 68, 54 and 57. RGB value is (104,84,87). Sum of RGB (Red+Green+Blue) = 104+84+87=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685457 is #97ABA8. Grayscale: #5A5A5A. Windows color (decimal): -9939881 or 5723240. OLE color: 5723240.

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

Color convert

RGB1048487-
CMYK00.190.160.59
HSL351º10.64%36.86%-
HSV(B)351º19.23%40.78%-
XYZ10.69.9710.38-
YUV90.32126.13137.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=37.82%
G=30.55%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104848700.190.160.5935110.6436.86
Hex685457013103B15fb25
Octal15012412702320735371345
Binary110100010101001010111010011100001110111010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685457; }

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

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

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

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

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

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

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

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