#666B64

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

Shades of Finlandia #666B64

Tints of Finlandia #666B64

Color information

#666B64 (or 0x666B64) is unknown color: approx Finlandia. HEX triplet: 66, 6B and 64. RGB value is (102,107,100). Sum of RGB (Red+Green+Blue) = 102+107+100=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 107 - color contains mainly: green. Hex color #666B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B64 is #99949B. Grayscale: #686868. Windows color (decimal): -10065052 or 6581094. OLE color: 6581094.

HSL color Cylindrical-coordinate representation of color #666B64: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666B64 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB102107100-
CMYK0.0500.070.58
HSL102.86º3.38%40.59%-
HSV(B)102.86º6.54%41.96%-
XYZ13.0414.2614.12-
YUV104.71125.34126.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=33.01%
G=34.63%
B=32.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021071000.0500.070.58102.863.3840.59
Hex666B645073A67329
Octal14615314450772147351
Binary1100110110101111001001010111111010110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666B64; }

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

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

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

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

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

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

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

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