#606B5E

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

Shades of Finlandia #606B5E

Tints of Finlandia #606B5E

Color information

#606B5E (or 0x606B5E) is unknown color: approx Finlandia. HEX triplet: 60, 6B and 5E. RGB value is (96,107,94). Sum of RGB (Red+Green+Blue) = 96+107+94=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #606B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B5E is #9F94A1. Grayscale: #666666. Windows color (decimal): -10458274 or 6187872. OLE color: 6187872.

HSL color Cylindrical-coordinate representation of color #606B5E: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606B5E is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB9610794-
CMYK0.1000.120.58
HSL110.77º6.47%39.41%-
HSV(B)110.77º12.15%41.96%-
XYZ12.113.8112.62-
YUV102.23123.36123.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=32.32%
G=36.03%
B=31.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107940.1000.120.58110.776.4739.41
Hex606B5EA0C3A6f627
Octal1401531361201472157647
Binary1100000110101110111101010011001110101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B5E; }

 p { color: rgb(96,107,94); }

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

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

 a { background-color: rgb(96,107,94); }

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

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

 span { border-color: rgb(96,107,94); }

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