Html Css Color HEX #64795D Finlandia

📋 copy color: '#64795D'

red 100 ◦ green 121 ◦ blue 93

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

Shades of Finlandia #64795D

Tints of Finlandia #64795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 31.85%
G = 38.54%
B = 29.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#64795D (or 0x64795D) is known color: Finlandia. HEX triplet: 64, 79 and 5D. RGB value is (100,121,93). Sum of RGB (Red+Green+Blue) = 100+121+93=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #64795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64795D is #9B86A2. Grayscale: #6F6F6F. Windows color (decimal): -10192547 or 6125924. OLE color: 6125924.

HSL color Cylindrical-coordinate representation of color #64795D: hue angle of 105º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64795D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 93 -
CMYK 0.17 0 0.23 0.53
HSL 105º 0.13% 0.42% -
HSV(B) 105º 0.23% 0.47% -
XYZ 14.07 17.17 12.93 -
YUV 111.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 100 121 93 0.17 0 0.23 0.53 105 0.13 0.42
Hex 64 79 5D 11 0 17 35 69 D 2A
Octal 144 171 135 21 0 27 65 151 15 52
Binary 1100100 1111001 1011101 10001 0 10111 110101 1101001 1101 101010

Color Harmonies of #64795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64795D

Black with #64795D

Text Example


Text Example

White with #64795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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