#685A5C

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

Shades of Falcon #685A5C

Tints of Falcon #685A5C

Color information

#685A5C (or 0x685A5C) is unknown color: approx Falcon. HEX triplet: 68, 5A and 5C. RGB value is (104,90,92). Sum of RGB (Red+Green+Blue) = 104+90+92=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A5C is #97A5A3. Grayscale: #5E5E5E. Windows color (decimal): -9938340 or 6052456. OLE color: 6052456.

HSL color Cylindrical-coordinate representation of color #685A5C: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A5C is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1049092-
CMYK00.130.120.59
HSL351.43º7.22%38.04%-
HSV(B)351.43º13.46%40.78%-
XYZ11.311.0311.66-
YUV94.41126.64134.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=36.36%
G=31.47%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104909200.130.120.59351.437.2238.04
Hex685A5C0DC3B15f726
Octal1501321340151473537746
Binary110100010110101011100011011100111011101011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A5C; }

 p { color: rgb(104,90,92); }

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

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

 a { background-color: rgb(104,90,92); }

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

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

 span { border-color: rgb(104,90,92); }

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