#686B68

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

Shades of Finlandia #686B68

Tints of Finlandia #686B68

Color information

#686B68 (or 0x686B68) is unknown color: approx Finlandia. HEX triplet: 68, 6B and 68. RGB value is (104,107,104). Sum of RGB (Red+Green+Blue) = 104+107+104=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 107 - color contains mainly: green. Hex color #686B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B68 is #979497. Grayscale: #696969. Windows color (decimal): -9933976 or 6843240. OLE color: 6843240.

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

Color convert

RGB104107104-
CMYK0.0300.030.58
HSL120º1.42%41.37%-
HSV(B)120º2.8%41.96%-
XYZ13.4714.4615.18-
YUV105.76127.01126.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=33.02%
G=33.97%
B=33.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041071040.0300.030.581201.4241.37
Hex686B683033A78129
Octal15015315030372170151
Binary1101000110101111010001101111101011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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