#657565

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

Shades of Finlandia #657565

Tints of Finlandia #657565

Color information

#657565 (or 0x657565) is unknown color: approx Finlandia. HEX triplet: 65, 75 and 65. RGB value is (101,117,101). Sum of RGB (Red+Green+Blue) = 101+117+101=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #657565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657565 is #9A8A9A. Grayscale: #6E6E6E. Windows color (decimal): -10128027 or 6649189. OLE color: 6649189.

HSL color Cylindrical-coordinate representation of color #657565: hue angle of 120º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657565 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB101117101-
CMYK0.1400.140.54
HSL120º7.34%42.75%-
HSV(B)120º13.68%45.88%-
XYZ14.0816.4314.74-
YUV110.39122.7121.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=31.66%
G=36.68%
B=31.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011171010.1400.140.541207.3442.75
Hex657565E0E367872b
Octal1451651451601666170753
Binary1100101111010111001011110011101101101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657565; }

 p { color: rgb(101,117,101); }

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

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

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

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

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

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

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