#685D5F

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

Shades of Falcon #685D5F

Tints of Falcon #685D5F

Color information

#685D5F (or 0x685D5F) is unknown color: approx Falcon. HEX triplet: 68, 5D and 5F. RGB value is (104,93,95). Sum of RGB (Red+Green+Blue) = 104+93+95=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D5F is #97A2A0. Grayscale: #606060. Windows color (decimal): -9937569 or 6249832. OLE color: 6249832.

HSL color Cylindrical-coordinate representation of color #685D5F: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D5F is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1049395-
CMYK00.110.090.59
HSL349.09º5.58%38.63%-
HSV(B)349.09º10.58%40.78%-
XYZ11.6911.612.45-
YUV96.52127.14133.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=35.62%
G=31.85%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104939500.110.090.59349.095.5838.63
Hex685D5F0B93B15d627
Octal1501351370131173535647
Binary110100010111011011111010111001111011101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,95); }

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

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

 a { background-color: rgb(104,93,95); }

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

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

 span { border-color: rgb(104,93,95); }

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