#616E5D

Color #616E5D Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #616E5D

Tints of Finlandia #616E5D

Color information

#616E5D (or 0x616E5D) is unknown color: approx Finlandia. HEX triplet: 61, 6E and 5D. RGB value is (97,110,93). Sum of RGB (Red+Green+Blue) = 97+110+93=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 110 - color contains mainly: green. Hex color #616E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E5D is #9E91A2. Grayscale: #686868. Windows color (decimal): -10391971 or 6123105. OLE color: 6123105.

HSL color Cylindrical-coordinate representation of color #616E5D: hue angle of 105.88º 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 #616E5D is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB9711093-
CMYK0.1200.150.57
HSL105.88º8.37%39.8%-
HSV(B)105.88º15.45%43.14%-
XYZ12.4814.4812.49-
YUV104.18121.69122.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=32.33%
G=36.67%
B=31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97110930.1200.150.57105.888.3739.8
Hex616E5DC0F396a828
Octal14115613514017711521050
Binary11000011101110101110111000111111100111010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #616E5D;
 }
 .AnyTagClassName
 {
   color: #616E5D;
 }
</style>
background-color css

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

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

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

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

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

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