Html Css Color HEX #647064 Finlandia

📋 copy color: '#647064'

red 100 ◦ green 112 ◦ blue 100

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

Shades of Finlandia #647064

Tints of Finlandia #647064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 32.05%
G = 35.9%
B = 32.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#647064 (or 0x647064) is known color: Finlandia. HEX triplet: 64, 70 and 64. RGB value is (100,112,100). Sum of RGB (Red+Green+Blue) = 100+112+100=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #647064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647064 is #9B8F9B. Grayscale: #6B6B6B. Windows color (decimal): -10194844 or 6582372. OLE color: 6582372.

HSL color Cylindrical-coordinate representation of color #647064: hue angle of 120º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #647064 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 100 -
CMYK 0.11 0 0.11 0.56
HSL 120º 0.06% 0.42% -
HSV(B) 120º 0.11% 0.44% -
XYZ 13.35 15.22 14.29 -
YUV 107.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 100 112 100 0.11 0 0.11 0.56 120 0.06 0.42
Hex 64 70 64 B 0 B 38 78 6 2A
Octal 144 160 144 13 0 13 70 170 6 52
Binary 1100100 1110000 1100100 1011 0 1011 111000 1111000 110 101010

Color Harmonies of #647064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647064

Black with #647064

Text Example


Text Example

White with #647064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647064; }

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

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

background-color css

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

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

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

border-color css

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

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

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