#687364

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

Shades of Finlandia #687364

Tints of Finlandia #687364

Color information

#687364 (or 0x687364) is unknown color: approx Finlandia. HEX triplet: 68, 73 and 64. RGB value is (104,115,100). Sum of RGB (Red+Green+Blue) = 104+115+100=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #687364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687364 is #978C9B. Grayscale: #6E6E6E. Windows color (decimal): -9931932 or 6583144. OLE color: 6583144.

HSL color Cylindrical-coordinate representation of color #687364: hue angle of 104º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687364 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB104115100-
CMYK0.1000.130.55
HSL104º6.98%42.16%-
HSV(B)104º13.04%45.1%-
XYZ14.1416.1214.42-
YUV110122.36123.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=32.60%
G=36.05%
B=31.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151000.1000.130.551046.9842.16
Hex687364A0D376872a
Octal1501631441201567150752
Binary1101000111001111001001010011011101111101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687364; }

 p { color: rgb(104,115,100); }

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

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

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

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

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

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

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