#61775E

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

Shades of Finlandia #61775E

Tints of Finlandia #61775E

Color information

#61775E (or 0x61775E) is unknown color: approx Finlandia. HEX triplet: 61, 77 and 5E. RGB value is (97,119,94). Sum of RGB (Red+Green+Blue) = 97+119+94=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #61775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61775E is #9E88A1. Grayscale: #6D6D6D. Windows color (decimal): -10389666 or 6190945. OLE color: 6190945.

HSL color Cylindrical-coordinate representation of color #61775E: hue angle of 112.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61775E is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB9711994-
CMYK0.1800.210.53
HSL112.8º11.74%41.76%-
HSV(B)112.8º21.01%46.67%-
XYZ13.5516.5413.07-
YUV109.57119.21119.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=31.29%
G=38.39%
B=30.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97119940.1800.210.53112.811.7441.76
Hex61775E120153571c2a
Octal14116713622025651611452
Binary1100001111011110111101001001010111010111100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61775E; }

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

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

<style>
 a { background-color: #61775E; }

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

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

<style>
 span { border-color: #61775E; }

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

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