#646D64

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

Shades of Finlandia #646D64

Tints of Finlandia #646D64

Color information

#646D64 (or 0x646D64) is unknown color: approx Finlandia. HEX triplet: 64, 6D and 64. RGB value is (100,109,100). Sum of RGB (Red+Green+Blue) = 100+109+100=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #646D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D64 is #9B929B. Grayscale: #696969. Windows color (decimal): -10195612 or 6581604. OLE color: 6581604.

HSL color Cylindrical-coordinate representation of color #646D64: hue angle of 120º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646D64 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB100109100-
CMYK0.0800.080.57
HSL120º4.31%40.98%-
HSV(B)120º8.26%42.75%-
XYZ13.0214.5714.18-
YUV105.28125.02124.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=32.36%
G=35.28%
B=32.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001091000.0800.080.571204.3140.98
Hex646D648083978429
Octal1441551441001071170451
Binary1100100110110111001001000010001110011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D64; }

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

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

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

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

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

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

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

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