#685B5C

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

Shades of Falcon #685B5C

Tints of Falcon #685B5C

Color information

#685B5C (or 0x685B5C) is unknown color: approx Falcon. HEX triplet: 68, 5B and 5C. RGB value is (104,91,92). Sum of RGB (Red+Green+Blue) = 104+91+92=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B5C is #97A4A3. Grayscale: #5F5F5F. Windows color (decimal): -9938084 or 6052712. OLE color: 6052712.

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

Color convert

RGB1049192-
CMYK00.120.120.59
HSL355.38º6.67%38.24%-
HSV(B)355.38º12.5%40.78%-
XYZ11.3811.211.69-
YUV95126.31134.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=36.24%
G=31.71%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104919200.120.120.59355.386.6738.24
Hex685B5C0CC3B163726
Octal1501331340141473543746
Binary110100010110111011100011001100111011101100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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