#686D68

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

Shades of Finlandia #686D68

Tints of Finlandia #686D68

Color information

#686D68 (or 0x686D68) is unknown color: approx Finlandia. HEX triplet: 68, 6D and 68. RGB value is (104,109,104). Sum of RGB (Red+Green+Blue) = 104+109+104=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #686D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D68 is #979297. Grayscale: #6A6A6A. Windows color (decimal): -9933464 or 6843752. OLE color: 6843752.

HSL color Cylindrical-coordinate representation of color #686D68: hue angle of 120º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686D68 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB104109104-
CMYK0.0500.050.57
HSL120º2.35%41.76%-
HSV(B)120º4.59%42.75%-
XYZ13.6814.8815.25-
YUV106.93126.34125.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=32.81%
G=34.38%
B=32.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041091040.0500.050.571202.3541.76
Hex686D68505397822a
Octal15015515050571170252
Binary1101000110110111010001010101111001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686D68; }

 p { color: rgb(104,109,104); }

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

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

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

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

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

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

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