#647060

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

Shades of Finlandia #647060

Tints of Finlandia #647060

Color information

#647060 (or 0x647060) is unknown color: approx Finlandia. HEX triplet: 64, 70 and 60. RGB value is (100,112,96). Sum of RGB (Red+Green+Blue) = 100+112+96=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #647060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647060 is #9B8F9F. Grayscale: #6A6A6A. Windows color (decimal): -10194848 or 6320228. OLE color: 6320228.

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

Color convert

RGB10011296-
CMYK0.1100.140.56
HSL105º7.69%40.78%-
HSV(B)105º14.29%43.92%-
XYZ13.1615.1413.3-
YUV106.59122.02123.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=32.47%
G=36.36%
B=31.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112960.1100.140.561057.6940.78
Hex647060B0E3869829
Octal14416014013016701511051
Binary11001001110000110000010110111011100011010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647060; }

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

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

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

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

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

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

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

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