#616B5D

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

Shades of Finlandia #616B5D

Tints of Finlandia #616B5D

Color information

#616B5D (or 0x616B5D) is unknown color: approx Finlandia. HEX triplet: 61, 6B and 5D. RGB value is (97,107,93). Sum of RGB (Red+Green+Blue) = 97+107+93=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #616B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B5D is #9E94A2. Grayscale: #666666. Windows color (decimal): -10392739 or 6122337. OLE color: 6122337.

HSL color Cylindrical-coordinate representation of color #616B5D: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616B5D is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB9710793-
CMYK0.0900.130.58
HSL102.86º7%39.22%-
HSV(B)102.86º13.08%41.96%-
XYZ12.1613.8512.39-
YUV102.41122.69124.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=32.66%
G=36.03%
B=31.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107930.0900.130.58102.86739.22
Hex616B5D90D3A67727
Octal1411531351101572147747
Binary1100001110101110111011001011011110101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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