Html Css Color HEX #64775F Finlandia

📋 copy color: '#64775F'

red 100 ◦ green 119 ◦ blue 95

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

Shades of Finlandia #64775F

Tints of Finlandia #64775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 31.85%
G = 37.9%
B = 30.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#64775F (or 0x64775F) is known color: Finlandia. HEX triplet: 64, 77 and 5F. RGB value is (100,119,95). Sum of RGB (Red+Green+Blue) = 100+119+95=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #64775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775F is #9B88A0. Grayscale: #6E6E6E. Windows color (decimal): -10193057 or 6256484. OLE color: 6256484.

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

Color convert

RGB 100 119 95 -
CMYK 0.16 0 0.20 0.53
HSL 107.5º 0.11% 0.42% -
HSV(B) 107.5º 0.2% 0.47% -
XYZ 13.92 16.73 13.32 -
YUV 110.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 100 119 95 0.16 0 0.20 0.53 107.5 0.11 0.42
Hex 64 77 5F 10 0 14 35 6C B 2A
Octal 144 167 137 20 0 24 65 154 13 52
Binary 1100100 1110111 1011111 10000 0 10100 110101 1101100 1011 101010

Color Harmonies of #64775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64775F

Black with #64775F

Text Example


Text Example

White with #64775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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