#647463

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

Shades of Finlandia #647463

Tints of Finlandia #647463

Color information

#647463 (or 0x647463) is unknown color: approx Finlandia. HEX triplet: 64, 74 and 63. RGB value is (100,116,99). Sum of RGB (Red+Green+Blue) = 100+116+99=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #647463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647463 is #9B8B9C. Grayscale: #6D6D6D. Windows color (decimal): -10193821 or 6517860. OLE color: 6517860.

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

Color convert

RGB10011699-
CMYK0.1400.150.55
HSL116.47º7.91%42.16%-
HSV(B)116.47º14.66%45.49%-
XYZ13.7516.114.19-
YUV109.28122.2121.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=31.75%
G=36.83%
B=31.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100116990.1400.150.55116.477.9142.16
Hex647463E0F377482a
Octal14416414316017671641052
Binary11001001110100110001111100111111011111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647463; }

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

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

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

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

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

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

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

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