#686D67

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

Shades of Finlandia #686D67

Tints of Finlandia #686D67

Color information

#686D67 (or 0x686D67) is unknown color: approx Finlandia. HEX triplet: 68, 6D and 67. RGB value is (104,109,103). Sum of RGB (Red+Green+Blue) = 104+109+103=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #686D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D67 is #979298. Grayscale: #6A6A6A. Windows color (decimal): -9933465 or 6778216. OLE color: 6778216.

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

Color convert

RGB104109103-
CMYK0.0500.060.57
HSL110º2.83%41.57%-
HSV(B)110º5.5%42.75%-
XYZ13.6314.8614.98-
YUV106.82125.84125.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=32.91%
G=34.49%
B=32.59%

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
Decimal1041091030.0500.060.571102.8341.57
Hex686D67506396e32a
Octal15015514750671156352
Binary1101000110110111001111010110111001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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