#64805D

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

Shades of Finlandia #64805D

Tints of Finlandia #64805D

Color information

#64805D (or 0x64805D) is unknown color: approx Finlandia. HEX triplet: 64, 80 and 5D. RGB value is (100,128,93). Sum of RGB (Red+Green+Blue) = 100+128+93=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #64805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64805D is #9B7FA2. Grayscale: #737373. Windows color (decimal): -10190755 or 6127716. OLE color: 6127716.

HSL color Cylindrical-coordinate representation of color #64805D: hue angle of 108º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64805D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB10012893-
CMYK0.2200.270.50
HSL108º15.84%43.33%-
HSV(B)108º27.34%50.2%-
XYZ14.9518.9413.22-
YUV115.64115.22116.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=31.15%
G=39.88%
B=28.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128930.2200.270.5010815.8443.33
Hex64805D1601B326c102b
Octal14420013526033621542053
Binary110010010000000101110110110011011110010110110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64805D; }

 p { color: rgb(100,128,93); }

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

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

 a { background-color: rgb(100,128,93); }

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

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

 span { border-color: rgb(100,128,93); }

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