Html Css Color HEX #647164 Finlandia

📋 copy color: '#647164'

red 100 ◦ green 113 ◦ blue 100

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

Shades of Finlandia #647164

Tints of Finlandia #647164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 31.95%
G = 36.1%
B = 31.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#647164 (or 0x647164) is known color: Finlandia. HEX triplet: 64, 71 and 64. RGB value is (100,113,100). Sum of RGB (Red+Green+Blue) = 100+113+100=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #647164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647164 is #9B8E9B. Grayscale: #6B6B6B. Windows color (decimal): -10194588 or 6582628. OLE color: 6582628.

HSL color Cylindrical-coordinate representation of color #647164: 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.12%. Process color model (Four color, CMYK) of #647164 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 100 -
CMYK 0.12 0 0.12 0.56
HSL 120º 0.06% 0.42% -
HSV(B) 120º 0.12% 0.44% -
XYZ 13.46 15.44 14.33 -
YUV 107.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 100 113 100 0.12 0 0.12 0.56 120 0.06 0.42
Hex 64 71 64 C 0 C 38 78 6 2A
Octal 144 161 144 14 0 14 70 170 6 52
Binary 1100100 1110001 1100100 1100 0 1100 111000 1111000 110 101010

Color Harmonies of #647164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647164

Black with #647164

Text Example


Text Example

White with #647164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647164; }

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

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

background-color css

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

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

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

border-color css

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

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

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