#606D5B

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

Shades of Finlandia #606D5B

Tints of Finlandia #606D5B

Color information

#606D5B (or 0x606D5B) is unknown color: approx Finlandia. HEX triplet: 60, 6D and 5B. RGB value is (96,109,91). Sum of RGB (Red+Green+Blue) = 96+109+91=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #606D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D5B is #9F92A4. Grayscale: #676767. Windows color (decimal): -10457765 or 5991776. OLE color: 5991776.

HSL color Cylindrical-coordinate representation of color #606D5B: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606D5B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB9610991-
CMYK0.1200.170.57
HSL103.33º9%39.22%-
HSV(B)103.33º16.51%42.75%-
XYZ12.1814.1811.99-
YUV103.06121.19122.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 109 (42.97% from 255) = 36.82%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=32.43%
G=36.82%
B=30.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96109910.1200.170.57103.33939.22
Hex606D5BC0113967927
Octal14015513314021711471147
Binary110000011011011011011110001000111100111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,91); }

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

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

 a { background-color: rgb(96,109,91); }

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

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

 span { border-color: rgb(96,109,91); }

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