#6A7666

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

Shades of Finlandia #6A7666

Tints of Finlandia #6A7666

Color information

#6A7666 (or 0x6A7666) is unknown color: approx Finlandia. HEX triplet: 6A, 76 and 66. RGB value is (106,118,102). Sum of RGB (Red+Green+Blue) = 106+118+102=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7666 is #958999. Grayscale: #707070. Windows color (decimal): -9800090 or 6714986. OLE color: 6714986.

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

Color convert

RGB106118102-
CMYK0.1000.140.54
HSL105º7.27%43.14%-
HSV(B)105º13.56%46.27%-
XYZ14.8216.9815.07-
YUV112.59122.02123.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=32.52%
G=36.20%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1061181020.1000.140.541057.2743.14
Hex6A7666A0E366972b
Octal1521661461201666151753
Binary1101010111011011001101010011101101101101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,118,102); }

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

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

 a { background-color: rgb(106,118,102); }

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

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

 span { border-color: rgb(106,118,102); }

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