#657062

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

Shades of Finlandia #657062

Tints of Finlandia #657062

Color information

#657062 (or 0x657062) is unknown color: approx Finlandia. HEX triplet: 65, 70 and 62. RGB value is (101,112,98). Sum of RGB (Red+Green+Blue) = 101+112+98=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #657062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657062 is #9A8F9D. Grayscale: #6B6B6B. Windows color (decimal): -10129310 or 6451301. OLE color: 6451301.

HSL color Cylindrical-coordinate representation of color #657062: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #657062 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB10111298-
CMYK0.1000.130.56
HSL107.14º6.67%41.18%-
HSV(B)107.14º12.5%43.92%-
XYZ13.3715.2413.79-
YUV107.12122.86123.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=32.48%
G=36.01%
B=31.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112980.1000.130.56107.146.6741.18
Hex657062A0D386b729
Octal1451601421201570153751
Binary1100101111000011000101010011011110001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657062; }

 p { color: rgb(101,112,98); }

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

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

 a { background-color: rgb(101,112,98); }

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

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

 span { border-color: rgb(101,112,98); }

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