#606E61

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

Shades of Finlandia #606E61

Tints of Finlandia #606E61

Color information

#606E61 (or 0x606E61) is unknown color: approx Finlandia. HEX triplet: 60, 6E and 61. RGB value is (96,110,97). Sum of RGB (Red+Green+Blue) = 96+110+97=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #606E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E61 is #9F919E. Grayscale: #686868. Windows color (decimal): -10457503 or 6385248. OLE color: 6385248.

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

Color convert

RGB9611097-
CMYK0.1300.120.57
HSL124.29º6.8%40.39%-
HSV(B)124.29º12.73%43.14%-
XYZ12.5614.513.45-
YUV104.33123.86122.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=31.68%
G=36.30%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96110970.1300.120.57124.296.840.39
Hex606E61D0C397c728
Octal1401561411501471174750
Binary1100000110111011000011101011001110011111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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