#646D63

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

Shades of Finlandia #646D63

Tints of Finlandia #646D63

Color information

#646D63 (or 0x646D63) is unknown color: approx Finlandia. HEX triplet: 64, 6D and 63. RGB value is (100,109,99). Sum of RGB (Red+Green+Blue) = 100+109+99=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #646D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D63 is #9B929C. Grayscale: #696969. Windows color (decimal): -10195613 or 6516068. OLE color: 6516068.

HSL color Cylindrical-coordinate representation of color #646D63: hue angle of 114º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646D63 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB10010999-
CMYK0.0800.090.57
HSL114º4.81%40.78%-
HSV(B)114º9.17%42.75%-
XYZ12.9814.5513.93-
YUV105.17124.52124.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=32.47%
G=35.39%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109990.0800.090.571144.8140.78
Hex646D638093972529
Octal1441551431001171162551
Binary1100100110110111000111000010011110011110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D63; }

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

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

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

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

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

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

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

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