#686D66

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

Shades of Finlandia #686D66

Tints of Finlandia #686D66

Color information

#686D66 (or 0x686D66) is unknown color: approx Finlandia. HEX triplet: 68, 6D and 66. RGB value is (104,109,102). Sum of RGB (Red+Green+Blue) = 104+109+102=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #686D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D66 is #979299. Grayscale: #6A6A6A. Windows color (decimal): -9933466 or 6712680. OLE color: 6712680.

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

Color convert

RGB104109102-
CMYK0.0500.060.57
HSL102.86º3.32%41.37%-
HSV(B)102.86º6.42%42.75%-
XYZ13.5814.8414.72-
YUV106.71125.34126.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=33.02%
G=34.60%
B=32.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041091020.0500.060.57102.863.3241.37
Hex686D665063967329
Octal15015514650671147351
Binary1101000110110111001101010110111001110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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