Html Css Color HEX #64795F Finlandia

📋 copy color: '#64795F'

red 100 ◦ green 121 ◦ blue 95

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

Shades of Finlandia #64795F

Tints of Finlandia #64795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

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

R = 31.65%
G = 38.29%
B = 30.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#64795F (or 0x64795F) is known color: Finlandia. HEX triplet: 64, 79 and 5F. RGB value is (100,121,95). Sum of RGB (Red+Green+Blue) = 100+121+95=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #64795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64795F is #9B86A0. Grayscale: #6F6F6F. Windows color (decimal): -10192545 or 6256996. OLE color: 6256996.

HSL color Cylindrical-coordinate representation of color #64795F: hue angle of 108.46º 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 #64795F is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 95 -
CMYK 0.17 0 0.21 0.53
HSL 108.46º 0.12% 0.42% -
HSV(B) 108.46º 0.21% 0.47% -
XYZ 14.16 17.21 13.4 -
YUV 111.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 100 121 95 0.17 0 0.21 0.53 108.46 0.12 0.42
Hex 64 79 5F 11 0 15 35 6C C 2A
Octal 144 171 137 21 0 25 65 154 14 52
Binary 1100100 1111001 1011111 10001 0 10101 110101 1101100 1100 101010

Color Harmonies of #64795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64795F

Black with #64795F

Text Example


Text Example

White with #64795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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