#6C756B

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

Shades of Finlandia #6C756B

Tints of Finlandia #6C756B

Color information

#6C756B (or 0x6C756B) is unknown color: approx Finlandia. HEX triplet: 6C, 75 and 6B. RGB value is (108,117,107). Sum of RGB (Red+Green+Blue) = 108+117+107=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #6C756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C756B is #938A94. Grayscale: #717171. Windows color (decimal): -9669269 or 7042412. OLE color: 7042412.

HSL color Cylindrical-coordinate representation of color #6C756B: hue angle of 114º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C756B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB108117107-
CMYK0.0800.090.54
HSL114º4.46%43.92%-
HSV(B)114º8.55%45.88%-
XYZ15.216.9716.38-
YUV113.17124.52124.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=32.53%
G=35.24%
B=32.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081171070.0800.090.541144.4643.92
Hex6C756B809367242c
Octal1541651531001166162454
Binary1101100111010111010111000010011101101110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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