#616960

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

Shades of Finlandia #616960

Tints of Finlandia #616960

Color information

#616960 (or 0x616960) is unknown color: approx Finlandia. HEX triplet: 61, 69 and 60. RGB value is (97,105,96). Sum of RGB (Red+Green+Blue) = 97+105+96=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #616960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616960 is #9E969F. Grayscale: #656565. Windows color (decimal): -10393248 or 6318433. OLE color: 6318433.

HSL color Cylindrical-coordinate representation of color #616960: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616960 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB9710596-
CMYK0.0800.090.59
HSL113.33º4.48%39.41%-
HSV(B)113.33º8.57%41.18%-
XYZ12.0913.4913.03-
YUV101.58124.85124.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=32.55%
G=35.23%
B=32.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105960.0800.090.59113.334.4839.41
Hex6169608093B71427
Octal1411511401001173161447
Binary1100001110100111000001000010011110111110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616960; }

 p { color: rgb(97,105,96); }

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

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

 a { background-color: rgb(97,105,96); }

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

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

 span { border-color: rgb(97,105,96); }

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