#6C776A

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

Shades of Finlandia #6C776A

Tints of Finlandia #6C776A

Color information

#6C776A (or 0x6C776A) is unknown color: approx Finlandia. HEX triplet: 6C, 77 and 6A. RGB value is (108,119,106). Sum of RGB (Red+Green+Blue) = 108+119+106=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776A is #938895. Grayscale: #727272. Windows color (decimal): -9668758 or 6977388. OLE color: 6977388.

HSL color Cylindrical-coordinate representation of color #6C776A: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C776A is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB108119106-
CMYK0.0900.110.53
HSL110.77º5.78%44.12%-
HSV(B)110.77º10.92%46.67%-
XYZ15.3817.4216.19-
YUV114.23123.36123.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=32.43%
G=35.74%
B=31.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081191060.0900.110.53110.775.7844.12
Hex6C776A90B356f62c
Octal1541671521101365157654
Binary1101100111011111010101001010111101011101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C776A; }

 p { color: rgb(108,119,106); }

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

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

 a { background-color: rgb(108,119,106); }

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

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

 span { border-color: rgb(108,119,106); }

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