Html Css Color HEX #64745E Finlandia

📋 copy color: '#64745E'

red 100 ◦ green 116 ◦ blue 94

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

Shades of Finlandia #64745E

Tints of Finlandia #64745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 32.26%
G = 37.42%
B = 30.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#64745E (or 0x64745E) is known color: Finlandia. HEX triplet: 64, 74 and 5E. RGB value is (100,116,94). Sum of RGB (Red+Green+Blue) = 100+116+94=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #64745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745E is #9B8BA1. Grayscale: #6C6C6C. Windows color (decimal): -10193826 or 6190180. OLE color: 6190180.

HSL color Cylindrical-coordinate representation of color #64745E: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64745E is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 94 -
CMYK 0.14 0 0.19 0.55
HSL 103.64º 0.1% 0.41% -
HSV(B) 103.64º 0.19% 0.45% -
XYZ 13.52 16.01 12.97 -
YUV 108.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 100 116 94 0.14 0 0.19 0.55 103.64 0.1 0.41
Hex 64 74 5E E 0 13 37 68 A 29
Octal 144 164 136 16 0 23 67 150 12 51
Binary 1100100 1110100 1011110 1110 0 10011 110111 1101000 1010 101001

Color Harmonies of #64745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64745E

Black with #64745E

Text Example


Text Example

White with #64745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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