#647062

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

Shades of Finlandia #647062

Tints of Finlandia #647062

Color information

#647062 (or 0x647062) is unknown color: approx Finlandia. HEX triplet: 64, 70 and 62. RGB value is (100,112,98). Sum of RGB (Red+Green+Blue) = 100+112+98=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #647062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647062 is #9B8F9D. Grayscale: #6A6A6A. Windows color (decimal): -10194846 or 6451300. OLE color: 6451300.

HSL color Cylindrical-coordinate representation of color #647062: hue angle of 111.43º degrees, saturation: 0.07, 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 #647062 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB10011298-
CMYK0.1100.130.56
HSL111.43º6.67%41.18%-
HSV(B)111.43º12.5%43.92%-
XYZ13.2515.1813.79-
YUV106.82123.02123.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=32.26%
G=36.13%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112980.1100.130.56111.436.6741.18
Hex647062B0D386f729
Octal1441601421301570157751
Binary1100100111000011000101011011011110001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647062; }

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

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

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

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

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

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

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

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