#686E66

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

Shades of Finlandia #686E66

Tints of Finlandia #686E66

Color information

#686E66 (or 0x686E66) is unknown color: approx Finlandia. HEX triplet: 68, 6E and 66. RGB value is (104,110,102). Sum of RGB (Red+Green+Blue) = 104+110+102=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 110 - color contains mainly: green. Hex color #686E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E66 is #979199. Grayscale: #6B6B6B. Windows color (decimal): -9933210 or 6712936. OLE color: 6712936.

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

Color convert

RGB104110102-
CMYK0.0500.070.57
HSL105º3.77%41.57%-
HSV(B)105º7.27%43.14%-
XYZ13.6815.0514.75-
YUV107.29125.01125.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=32.91%
G=34.81%
B=32.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041101020.0500.070.571053.7741.57
Hex686E66507396942a
Octal15015614650771151452
Binary11010001101110110011010101111110011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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