#6C786B

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

Shades of Finlandia #6C786B

Tints of Finlandia #6C786B

Color information

#6C786B (or 0x6C786B) is unknown color: approx Finlandia. HEX triplet: 6C, 78 and 6B. RGB value is (108,120,107). Sum of RGB (Red+Green+Blue) = 108+120+107=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #6C786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C786B is #938794. Grayscale: #727272. Windows color (decimal): -9668501 or 7043180. OLE color: 7043180.

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

Color convert

RGB108120107-
CMYK0.1000.110.53
HSL115.38º5.73%44.51%-
HSV(B)115.38º10.83%47.06%-
XYZ15.5517.6816.5-
YUV114.93123.52123.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=32.24%
G=35.82%
B=31.94%

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
Decimal1081201070.1000.110.53115.385.7344.51
Hex6C786BA0B357362d
Octal1541701531201365163655
Binary1101100111100011010111010010111101011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,120,107); }

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

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

 a { background-color: rgb(108,120,107); }

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

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

 span { border-color: rgb(108,120,107); }

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