#666866

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

Shades of Finlandia #666866

Tints of Finlandia #666866

Color information

#666866 (or 0x666866) is unknown color: approx Finlandia. HEX triplet: 66, 68 and 66. RGB value is (102,104,102). Sum of RGB (Red+Green+Blue) = 102+104+102=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 104 - color contains mainly: green. Hex color #666866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666866 is #999799. Grayscale: #676767. Windows color (decimal): -10065818 or 6711398. OLE color: 6711398.

HSL color Cylindrical-coordinate representation of color #666866: hue angle of 120º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666866 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB102104102-
CMYK0.0200.020.59
HSL120º0.97%40.39%-
HSV(B)120º1.92%40.78%-
XYZ12.8313.6814.54-
YUV103.17127.34127.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=33.12%
G=33.77%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1021041020.0200.020.591200.9740.39
Hex6668662023B78128
Octal14615014620273170150
Binary1100110110100011001101001011101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666866; }

 p { color: rgb(102,104,102); }

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

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

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

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

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

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

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