#64765F

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

Shades of Finlandia #64765F

Tints of Finlandia #64765F

Color information

#64765F (or 0x64765F) is unknown color: approx Finlandia. HEX triplet: 64, 76 and 5F. RGB value is (100,118,95). Sum of RGB (Red+Green+Blue) = 100+118+95=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #64765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64765F is #9B89A0. Grayscale: #6E6E6E. Windows color (decimal): -10193313 or 6256228. OLE color: 6256228.

HSL color Cylindrical-coordinate representation of color #64765F: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64765F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10011895-
CMYK0.1500.190.54
HSL106.96º10.8%41.76%-
HSV(B)106.96º19.49%46.27%-
XYZ13.816.4913.28-
YUV110119.54120.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=31.95%
G=37.70%
B=30.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100118950.1500.190.54106.9610.841.76
Hex64765FF013366bb2a
Octal14416613717023661531352
Binary110010011101101011111111101001111011011010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64765F; }

 p { color: rgb(100,118,95); }

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

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

 a { background-color: rgb(100,118,95); }

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

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

 span { border-color: rgb(100,118,95); }

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