Html Css Color HEX #616E5E Finlandia

📋 copy color: '#616E5E'

red 97 ◦ green 110 ◦ blue 94

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

Shades of Finlandia #616E5E

Tints of Finlandia #616E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

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

R = 32.23%
G = 36.54%
B = 31.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#616E5E (or 0x616E5E) is known color: Finlandia. HEX triplet: 61, 6E and 5E. RGB value is (97,110,94). Sum of RGB (Red+Green+Blue) = 97+110+94=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #616E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E5E is #9E91A1. Grayscale: #686868. Windows color (decimal): -10391970 or 6188641. OLE color: 6188641.

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

Color convert

RGB 97 110 94 -
CMYK 0.12 0 0.15 0.57
HSL 108.75º 0.08% 0.4% -
HSV(B) 108.75º 0.15% 0.43% -
XYZ 12.53 14.5 12.73 -
YUV 104.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 97 110 94 0.12 0 0.15 0.57 108.75 0.08 0.4
Hex 61 6E 5E C 0 F 39 6D 8 28
Octal 141 156 136 14 0 17 71 155 10 50
Binary 1100001 1101110 1011110 1100 0 1111 111001 1101101 1000 101000

Color Harmonies of #616E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E5E

Black with #616E5E

Text Example


Text Example

White with #616E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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