#657262

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

Shades of Finlandia #657262

Tints of Finlandia #657262

Color information

#657262 (or 0x657262) is unknown color: approx Finlandia. HEX triplet: 65, 72 and 62. RGB value is (101,114,98). Sum of RGB (Red+Green+Blue) = 101+114+98=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #657262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657262 is #9A8D9D. Grayscale: #6C6C6C. Windows color (decimal): -10128798 or 6451813. OLE color: 6451813.

HSL color Cylindrical-coordinate representation of color #657262: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657262 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB10111498-
CMYK0.1100.140.55
HSL108.75º7.55%41.57%-
HSV(B)108.75º14.04%44.71%-
XYZ13.5915.6813.87-
YUV108.29122.19122.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=32.27%
G=36.42%
B=31.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114980.1100.140.55108.757.5541.57
Hex657262B0E376d82a
Octal14516214213016671551052
Binary11001011110010110001010110111011011111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657262; }

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

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

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

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

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

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

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

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