Html Css Color HEX #646D64 Finlandia

📋 copy color: '#646D64'

red 100 ◦ green 109 ◦ blue 100

#646D64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #646D64

Tints of Finlandia #646D64

RGB

 RED value IS 100 (39.45% from 255) = 32.36%

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 32.36%
G = 35.28%
B = 32.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#646D64 (or 0x646D64) is known color: Finlandia. HEX triplet: 64, 6D and 64. RGB value is (100,109,100). Sum of RGB (Red+Green+Blue) = 100+109+100=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #646D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D64 is #9B929B. Grayscale: #696969. Windows color (decimal): -10195612 or 6581604. OLE color: 6581604.

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

Color convert

RGB 100 109 100 -
CMYK 0.08 0 0.08 0.57
HSL 120º 0.04% 0.41% -
HSV(B) 120º 0.08% 0.43% -
XYZ 13.02 14.57 14.18 -
YUV 105.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 100 109 100 0.08 0 0.08 0.57 120 0.04 0.41
Hex 64 6D 64 8 0 8 39 78 4 29
Octal 144 155 144 10 0 10 71 170 4 51
Binary 1100100 1101101 1100100 1000 0 1000 111001 1111000 100 101001

Color Harmonies of #646D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D64

Black with #646D64

Text Example


Text Example

White with #646D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #646D64;
 }
 .AnyTagClassName
 {
   color: #646D64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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