#64775E

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

Shades of Finlandia #64775E

Tints of Finlandia #64775E

Color information

#64775E (or 0x64775E) is unknown color: approx Finlandia. HEX triplet: 64, 77 and 5E. RGB value is (100,119,94). Sum of RGB (Red+Green+Blue) = 100+119+94=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #64775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775E is #9B88A1. Grayscale: #6E6E6E. Windows color (decimal): -10193058 or 6190948. OLE color: 6190948.

HSL color Cylindrical-coordinate representation of color #64775E: hue angle of 105.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64775E is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10011994-
CMYK0.1600.210.53
HSL105.6º11.74%41.76%-
HSV(B)105.6º21.01%46.67%-
XYZ13.8716.7113.08-
YUV110.47118.71120.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=31.95%
G=38.02%
B=30.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119940.1600.210.53105.611.7441.76
Hex64775E10015356ac2a
Octal14416713620025651521452
Binary1100100111011110111101000001010111010111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64775E; }

 p { color: rgb(100,119,94); }

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

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

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

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

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

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

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