#647265

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

Shades of Finlandia #647265

Tints of Finlandia #647265

Color information

#647265 (or 0x647265) is unknown color: approx Finlandia. HEX triplet: 64, 72 and 65. RGB value is (100,114,101). Sum of RGB (Red+Green+Blue) = 100+114+101=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #647265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647265 is #9B8D9A. Grayscale: #6C6C6C. Windows color (decimal): -10194331 or 6648420. OLE color: 6648420.

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

Color convert

RGB100114101-
CMYK0.1200.110.55
HSL124.29º6.54%41.96%-
HSV(B)124.29º12.28%44.71%-
XYZ13.6215.6814.62-
YUV108.33123.86122.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=31.75%
G=36.19%
B=32.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001141010.1200.110.55124.296.5441.96
Hex647265C0B377c72a
Octal1441621451401367174752
Binary1100100111001011001011100010111101111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647265; }

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

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

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

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

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

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

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

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