#637064

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

Shades of Finlandia #637064

Tints of Finlandia #637064

Color information

#637064 (or 0x637064) is unknown color: approx Finlandia. HEX triplet: 63, 70 and 64. RGB value is (99,112,100). Sum of RGB (Red+Green+Blue) = 99+112+100=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #637064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637064 is #9C8F9B. Grayscale: #6A6A6A. Windows color (decimal): -10260380 or 6582371. OLE color: 6582371.

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

Color convert

RGB99112100-
CMYK0.1200.110.56
HSL124.62º6.16%41.37%-
HSV(B)124.62º11.61%43.92%-
XYZ13.2415.1614.29-
YUV106.74124.19122.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=31.83%
G=36.01%
B=32.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991121000.1200.110.56124.626.1641.37
Hex637064C0B387d629
Octal1431601441401370175651
Binary1100011111000011001001100010111110001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637064; }

 p { color: rgb(99,112,100); }

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

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

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

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

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

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

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