Html Css Color HEX #64755E Finlandia

📋 copy color: '#64755E'

red 100 ◦ green 117 ◦ blue 94

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

Shades of Finlandia #64755E

Tints of Finlandia #64755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 32.15%
G = 37.62%
B = 30.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#64755E (or 0x64755E) is known color: Finlandia. HEX triplet: 64, 75 and 5E. RGB value is (100,117,94). Sum of RGB (Red+Green+Blue) = 100+117+94=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #64755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64755E is #9B8AA1. Grayscale: #6D6D6D. Windows color (decimal): -10193570 or 6190436. OLE color: 6190436.

HSL color Cylindrical-coordinate representation of color #64755E: hue angle of 104.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64755E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 94 -
CMYK 0.15 0 0.20 0.54
HSL 104.35º 0.11% 0.41% -
HSV(B) 104.35º 0.2% 0.46% -
XYZ 13.64 16.24 13.01 -
YUV 109.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 100 117 94 0.15 0 0.20 0.54 104.35 0.11 0.41
Hex 64 75 5E F 0 14 36 68 B 29
Octal 144 165 136 17 0 24 66 150 13 51
Binary 1100100 1110101 1011110 1111 0 10100 110110 1101000 1011 101001

Color Harmonies of #64755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64755E

Black with #64755E

Text Example


Text Example

White with #64755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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