#685859

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

Shades of Falcon #685859

Tints of Falcon #685859

Color information

#685859 (or 0x685859) is unknown color: approx Falcon. HEX triplet: 68, 58 and 59. RGB value is (104,88,89). Sum of RGB (Red+Green+Blue) = 104+88+89=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685859 is #97A7A6. Grayscale: #5C5C5C. Windows color (decimal): -9938855 or 5855336. OLE color: 5855336.

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

Color convert

RGB1048889-
CMYK00.150.140.59
HSL356.25º8.33%37.65%-
HSV(B)356.25º15.38%40.78%-
XYZ1110.6410.93-
YUV92.9125.8135.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=37.01%
G=31.32%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888900.150.140.59356.258.3337.65
Hex6858590FE3B164826
Octal15013013101716735441046
Binary1101000101100010110010111111101110111011001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685859; }

 p { color: rgb(104,88,89); }

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

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

 a { background-color: rgb(104,88,89); }

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

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

 span { border-color: rgb(104,88,89); }

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