#606E5B

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

Shades of Finlandia #606E5B

Tints of Finlandia #606E5B

Color information

#606E5B (or 0x606E5B) is unknown color: approx Finlandia. HEX triplet: 60, 6E and 5B. RGB value is (96,110,91). Sum of RGB (Red+Green+Blue) = 96+110+91=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #606E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E5B is #9F91A4. Grayscale: #676767. Windows color (decimal): -10457509 or 5992032. OLE color: 5992032.

HSL color Cylindrical-coordinate representation of color #606E5B: hue angle of 104.21º 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 #606E5B is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB9611091-
CMYK0.1300.170.57
HSL104.21º9.45%39.41%-
HSV(B)104.21º17.27%43.14%-
XYZ12.2914.3912.03-
YUV103.65120.86122.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=32.32%
G=37.04%
B=30.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96110910.1300.170.57104.219.4539.41
Hex606E5BD0113968927
Octal14015613315021711501147
Binary110000011011101011011110101000111100111010001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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