#647260

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

Shades of Finlandia #647260

Tints of Finlandia #647260

Color information

#647260 (or 0x647260) is unknown color: approx Finlandia. HEX triplet: 64, 72 and 60. RGB value is (100,114,96). Sum of RGB (Red+Green+Blue) = 100+114+96=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #647260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647260 is #9B8D9F. Grayscale: #6B6B6B. Windows color (decimal): -10194336 or 6320740. OLE color: 6320740.

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

Color convert

RGB10011496-
CMYK0.1200.160.55
HSL106.67º8.57%41.18%-
HSV(B)106.67º15.79%44.71%-
XYZ13.3815.5913.37-
YUV107.76121.36122.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=32.26%
G=36.77%
B=30.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114960.1200.160.55106.678.5741.18
Hex647260C010376b929
Octal14416214014020671531151
Binary110010011100101100000110001000011011111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647260; }

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

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

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

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

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

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

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

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