#667164

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

Shades of Finlandia #667164

Tints of Finlandia #667164

Color information

#667164 (or 0x667164) is unknown color: approx Finlandia. HEX triplet: 66, 71 and 64. RGB value is (102,113,100). Sum of RGB (Red+Green+Blue) = 102+113+100=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #667164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667164 is #998E9B. Grayscale: #6C6C6C. Windows color (decimal): -10063516 or 6582630. OLE color: 6582630.

HSL color Cylindrical-coordinate representation of color #667164: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667164 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB102113100-
CMYK0.1000.120.56
HSL110.77º6.1%41.76%-
HSV(B)110.77º11.5%44.31%-
XYZ13.6815.5614.34-
YUV108.23123.36123.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=32.38%
G=35.87%
B=31.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021131000.1000.120.56110.776.141.76
Hex667164A0C386f62a
Octal1461611441201470157652
Binary1100110111000111001001010011001110001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667164; }

 p { color: rgb(102,113,100); }

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

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

 a { background-color: rgb(102,113,100); }

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

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

 span { border-color: rgb(102,113,100); }

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