#647164

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

Shades of Finlandia #647164

Tints of Finlandia #647164

Color information

#647164 (or 0x647164) is unknown color: approx Finlandia. HEX triplet: 64, 71 and 64. RGB value is (100,113,100). Sum of RGB (Red+Green+Blue) = 100+113+100=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #647164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647164 is #9B8E9B. Grayscale: #6B6B6B. Windows color (decimal): -10194588 or 6582628. OLE color: 6582628.

HSL color Cylindrical-coordinate representation of color #647164: hue angle of 120º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #647164 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB100113100-
CMYK0.1200.120.56
HSL120º6.1%41.76%-
HSV(B)120º11.5%44.31%-
XYZ13.4615.4414.33-
YUV107.63123.69122.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=31.95%
G=36.10%
B=31.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131000.1200.120.561206.141.76
Hex647164C0C387862a
Octal1441611441401470170652
Binary1100100111000111001001100011001110001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647164; }

 p { color: rgb(100,113,100); }

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

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

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

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

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

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

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