Html Css Color HEX #64775E Finlandia

📋 copy color: '#64775E'

red 100 ◦ green 119 ◦ blue 94

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

Shades of Finlandia #64775E

Tints of Finlandia #64775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 31.95%
G = 38.02%
B = 30.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#64775E (or 0x64775E) is known color: Finlandia. HEX triplet: 64, 77 and 5E. RGB value is (100,119,94). Sum of RGB (Red+Green+Blue) = 100+119+94=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #64775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775E is #9B88A1. Grayscale: #6E6E6E. Windows color (decimal): -10193058 or 6190948. OLE color: 6190948.

HSL color Cylindrical-coordinate representation of color #64775E: hue angle of 105.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64775E is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 119 94 -
CMYK 0.16 0 0.21 0.53
HSL 105.6º 0.12% 0.42% -
HSV(B) 105.6º 0.21% 0.47% -
XYZ 13.87 16.71 13.08 -
YUV 110.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 100 119 94 0.16 0 0.21 0.53 105.6 0.12 0.42
Hex 64 77 5E 10 0 15 35 6A C 2A
Octal 144 167 136 20 0 25 65 152 14 52
Binary 1100100 1110111 1011110 10000 0 10101 110101 1101010 1100 101010

Color Harmonies of #64775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64775E

Black with #64775E

Text Example


Text Example

White with #64775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64775E; }

 p { color: rgb(100,119,94); }

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

background-color css

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

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

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

border-color css

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

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

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