#686061

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

Shades of Falcon #686061

Tints of Falcon #686061

Color information

#686061 (or 0x686061) is unknown color: approx Falcon. HEX triplet: 68, 60 and 61. RGB value is (104,96,97). Sum of RGB (Red+Green+Blue) = 104+96+97=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #686061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686061 is #979F9E. Grayscale: #626262. Windows color (decimal): -9936799 or 6381672. OLE color: 6381672.

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

Color convert

RGB1049697-
CMYK00.080.070.59
HSL352.5º4%39.22%-
HSV(B)352.5º7.69%40.78%-
XYZ12.0512.1713.02-
YUV98.51127.15131.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=35.02%
G=32.32%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969700.080.070.59352.5439.22
Hex6860610873B160427
Octal150140141010773540447
Binary11010001100000110000101000111111011101100000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686061; }

 p { color: rgb(104,96,97); }

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

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

 a { background-color: rgb(104,96,97); }

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

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

 span { border-color: rgb(104,96,97); }

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