Html Css Color HEX #616E5C Finlandia

📋 copy color: '#616E5C'

red 97 ◦ green 110 ◦ blue 92

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

Shades of Finlandia #616E5C

Tints of Finlandia #616E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 32.44%
G = 36.79%
B = 30.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#616E5C (or 0x616E5C) is known color: Finlandia. HEX triplet: 61, 6E and 5C. RGB value is (97,110,92). Sum of RGB (Red+Green+Blue) = 97+110+92=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 110 - color contains mainly: green. Hex color #616E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E5C is #9E91A3. Grayscale: #686868. Windows color (decimal): -10391972 or 6057569. OLE color: 6057569.

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

Color convert

RGB 97 110 92 -
CMYK 0.12 0 0.16 0.57
HSL 103.33º 0.09% 0.4% -
HSV(B) 103.33º 0.16% 0.43% -
XYZ 12.44 14.47 12.26 -
YUV 104.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 97 110 92 0.12 0 0.16 0.57 103.33 0.09 0.4
Hex 61 6E 5C C 0 10 39 67 9 28
Octal 141 156 134 14 0 20 71 147 11 50
Binary 1100001 1101110 1011100 1100 0 10000 111001 1100111 1001 101000

Color Harmonies of #616E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E5C

Black with #616E5C

Text Example


Text Example

White with #616E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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