#647262

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

Shades of Finlandia #647262

Tints of Finlandia #647262

Color information

#647262 (or 0x647262) is unknown color: approx Finlandia. HEX triplet: 64, 72 and 62. RGB value is (100,114,98). Sum of RGB (Red+Green+Blue) = 100+114+98=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #647262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647262 is #9B8D9D. Grayscale: #6C6C6C. Windows color (decimal): -10194334 or 6451812. OLE color: 6451812.

HSL color Cylindrical-coordinate representation of color #647262: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #647262 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB10011498-
CMYK0.1200.140.55
HSL112.5º7.55%41.57%-
HSV(B)112.5º14.04%44.71%-
XYZ13.4815.6313.86-
YUV107.99122.36122.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=32.05%
G=36.54%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114980.1200.140.55112.57.5541.57
Hex647262C0E377082a
Octal14416214214016671601052
Binary11001001110010110001011000111011011111100001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647262; }

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

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

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

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

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

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

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

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