Html Css Color HEX #616D5E Finlandia

📋 copy color: '#616D5E'

red 97 ◦ green 109 ◦ blue 94

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

Shades of Finlandia #616D5E

Tints of Finlandia #616D5E

RGB

 RED value IS 97 (38.28% from 255) = 32.33%

 GREEN value IS 109 (42.97% from 255) = 36.33%

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

R = 32.33%
G = 36.33%
B = 31.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#616D5E (or 0x616D5E) is known color: Finlandia. HEX triplet: 61, 6D and 5E. RGB value is (97,109,94). Sum of RGB (Red+Green+Blue) = 97+109+94=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #616D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D5E is #9E92A1. Grayscale: #676767. Windows color (decimal): -10392226 or 6188385. OLE color: 6188385.

HSL color Cylindrical-coordinate representation of color #616D5E: hue angle of 108º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616D5E is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 109 94 -
CMYK 0.11 0 0.14 0.57
HSL 108º 0.07% 0.4% -
HSV(B) 108º 0.14% 0.43% -
XYZ 12.42 14.29 12.69 -
YUV 103.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 97 109 94 0.11 0 0.14 0.57 108 0.07 0.4
Hex 61 6D 5E B 0 E 39 6C 7 28
Octal 141 155 136 13 0 16 71 154 7 50
Binary 1100001 1101101 1011110 1011 0 1110 111001 1101100 111 101000

Color Harmonies of #616D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D5E

Black with #616D5E

Text Example


Text Example

White with #616D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616D5E; }

 p { color: rgb(97,109,94); }

 H1.HeaderClassName
 {
   color: #616D5E;
 }
 .AnyTagClassName
 {
   color: #616D5E;
 }
</style>

background-color css

<style>
 a { background-color: #616D5E; }

 a { background-color: rgb(97,109,94); }

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

border-color css

<style>
 span { border-color: #616D5E; }

 span { border-color: rgb(97,109,94); }

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