#62725E

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

Shades of Finlandia #62725E

Tints of Finlandia #62725E

Color information

#62725E (or 0x62725E) is unknown color: approx Finlandia. HEX triplet: 62, 72 and 5E. RGB value is (98,114,94). Sum of RGB (Red+Green+Blue) = 98+114+94=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #62725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725E is #9D8DA1. Grayscale: #6B6B6B. Windows color (decimal): -10325410 or 6189666. OLE color: 6189666.

HSL color Cylindrical-coordinate representation of color #62725E: hue angle of 108º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62725E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9811494-
CMYK0.1400.180.55
HSL108º9.62%40.78%-
HSV(B)108º17.54%44.71%-
XYZ13.0715.4412.88-
YUV106.94120.7121.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=32.03%
G=37.25%
B=30.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114940.1400.180.551089.6240.78
Hex62725EE012376ca29
Octal14216213616022671541251
Binary110001011100101011110111001001011011111011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,114,94); }

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

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

 a { background-color: rgb(98,114,94); }

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

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

 span { border-color: rgb(98,114,94); }

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