#685758

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

Shades of Falcon #685758

Tints of Falcon #685758

Color information

#685758 (or 0x685758) is unknown color: approx Falcon. HEX triplet: 68, 57 and 58. RGB value is (104,87,88). Sum of RGB (Red+Green+Blue) = 104+87+88=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685758 is #97A8A7. Grayscale: #5C5C5C. Windows color (decimal): -9939112 or 5789544. OLE color: 5789544.

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

Color convert

RGB1048788-
CMYK00.160.150.59
HSL356.47º8.9%37.45%-
HSV(B)356.47º16.35%40.78%-
XYZ10.8810.4610.68-
YUV92.2125.63136.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=37.28%
G=31.18%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104878800.160.150.59356.478.937.45
Hex685758010F3B164925
Octal15012713002017735441145
Binary11010001010111101100001000011111110111011001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685758; }

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

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

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

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

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

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

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

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