#61705C

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

Shades of Finlandia #61705C

Tints of Finlandia #61705C

Color information

#61705C (or 0x61705C) is unknown color: approx Finlandia. HEX triplet: 61, 70 and 5C. RGB value is (97,112,92). Sum of RGB (Red+Green+Blue) = 97+112+92=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #61705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61705C is #9E8FA3. Grayscale: #696969. Windows color (decimal): -10391460 or 6058081. OLE color: 6058081.

HSL color Cylindrical-coordinate representation of color #61705C: hue angle of 105º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61705C is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB9711292-
CMYK0.1300.180.56
HSL105º9.8%40%-
HSV(B)105º17.86%43.92%-
XYZ12.6614.912.33-
YUV105.24120.53122.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=32.23%
G=37.21%
B=30.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112920.1300.180.561059.840
Hex61705CD0123869a28
Octal14116013415022701511250
Binary110000111100001011100110101001011100011010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61705C; }

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

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

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

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

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

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

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

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