#6C7569

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

Shades of Finlandia #6C7569

Tints of Finlandia #6C7569

Color information

#6C7569 (or 0x6C7569) is unknown color: approx Finlandia. HEX triplet: 6C, 75 and 69. RGB value is (108,117,105). Sum of RGB (Red+Green+Blue) = 108+117+105=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7569 is #938A96. Grayscale: #707070. Windows color (decimal): -9669271 or 6911340. OLE color: 6911340.

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

Color convert

RGB108117105-
CMYK0.0800.100.54
HSL105º5.41%43.53%-
HSV(B)105º10.26%45.88%-
XYZ15.116.9315.84-
YUV112.94123.52124.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=32.73%
G=35.45%
B=31.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081171050.0800.100.541055.4143.53
Hex6C756980A366952c
Octal1541651511001266151554
Binary1101100111010111010011000010101101101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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