#6A7369

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

Shades of Finlandia #6A7369

Tints of Finlandia #6A7369

Color information

#6A7369 (or 0x6A7369) is unknown color: approx Finlandia. HEX triplet: 6A, 73 and 69. RGB value is (106,115,105). Sum of RGB (Red+Green+Blue) = 106+115+105=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7369 is #958C96. Grayscale: #6F6F6F. Windows color (decimal): -9800855 or 6910826. OLE color: 6910826.

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

Color convert

RGB106115105-
CMYK0.0800.090.55
HSL114º4.55%43.14%-
HSV(B)114º8.7%45.1%-
XYZ14.6216.3515.75-
YUV111.17124.52124.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=32.52%
G=35.28%
B=32.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061151050.0800.090.551144.5543.14
Hex6A7369809377252b
Octal1521631511001167162553
Binary1101010111001111010011000010011101111110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,105); }

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

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

 a { background-color: rgb(106,115,105); }

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

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

 span { border-color: rgb(106,115,105); }

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