Html Css Color HEX #64745F Finlandia

📋 copy color: '#64745F'

red 100 ◦ green 116 ◦ blue 95

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

Shades of Finlandia #64745F

Tints of Finlandia #64745F

RGB

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

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

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

R = 32.15%
G = 37.3%
B = 30.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#64745F (or 0x64745F) is known color: Finlandia. HEX triplet: 64, 74 and 5F. RGB value is (100,116,95). Sum of RGB (Red+Green+Blue) = 100+116+95=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #64745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745F is #9B8BA0. Grayscale: #6C6C6C. Windows color (decimal): -10193825 or 6255716. OLE color: 6255716.

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

Color convert

RGB 100 116 95 -
CMYK 0.14 0 0.18 0.55
HSL 105.71º 0.1% 0.41% -
HSV(B) 105.71º 0.18% 0.45% -
XYZ 13.57 16.03 13.2 -
YUV 108.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 100 116 95 0.14 0 0.18 0.55 105.71 0.1 0.41
Hex 64 74 5F E 0 12 37 6A A 29
Octal 144 164 137 16 0 22 67 152 12 51
Binary 1100100 1110100 1011111 1110 0 10010 110111 1101010 1010 101001

Color Harmonies of #64745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64745F

Black with #64745F

Text Example


Text Example

White with #64745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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