#62745C

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

Shades of Finlandia #62745C

Tints of Finlandia #62745C

Color information

#62745C (or 0x62745C) is unknown color: approx Finlandia. HEX triplet: 62, 74 and 5C. RGB value is (98,116,92). Sum of RGB (Red+Green+Blue) = 98+116+92=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #62745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745C is #9D8BA3. Grayscale: #6B6B6B. Windows color (decimal): -10324900 or 6059106. OLE color: 6059106.

HSL color Cylindrical-coordinate representation of color #62745C: hue angle of 105º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62745C is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9811692-
CMYK0.1600.210.55
HSL105º11.54%40.78%-
HSV(B)105º20.69%45.49%-
XYZ13.2115.8612.49-
YUV107.88119.04120.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=32.03%
G=37.91%
B=30.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116920.1600.210.5510511.5440.78
Hex62745C100153769c29
Octal14216413420025671511451
Binary1100010111010010111001000001010111011111010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,116,92); }

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

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

 a { background-color: rgb(98,116,92); }

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

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

 span { border-color: rgb(98,116,92); }

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