#6B776A

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

Shades of Finlandia #6B776A

Tints of Finlandia #6B776A

Color information

#6B776A (or 0x6B776A) is unknown color: approx Finlandia. HEX triplet: 6B, 77 and 6A. RGB value is (107,119,106). Sum of RGB (Red+Green+Blue) = 107+119+106=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776A is #948895. Grayscale: #717171. Windows color (decimal): -9734294 or 6977387. OLE color: 6977387.

HSL color Cylindrical-coordinate representation of color #6B776A: hue angle of 115.38º 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 #6B776A is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB107119106-
CMYK0.1000.110.53
HSL115.38º5.78%44.12%-
HSV(B)115.38º10.92%46.67%-
XYZ15.2617.3616.18-
YUV113.93123.52123.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.23%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=32.23%
G=35.84%
B=31.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071191060.1000.110.53115.385.7844.12
Hex6B776AA0B357362c
Octal1531671521201365163654
Binary1101011111011111010101010010111101011110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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