#667665

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

Shades of Finlandia #667665

Tints of Finlandia #667665

Color information

#667665 (or 0x667665) is unknown color: approx Finlandia. HEX triplet: 66, 76 and 65. RGB value is (102,118,101). Sum of RGB (Red+Green+Blue) = 102+118+101=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #667665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667665 is #99899A. Grayscale: #6F6F6F. Windows color (decimal): -10062235 or 6649446. OLE color: 6649446.

HSL color Cylindrical-coordinate representation of color #667665: hue angle of 116.47º degrees, saturation: 0.08, 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 #667665 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB102118101-
CMYK0.1400.140.54
HSL116.47º7.76%42.94%-
HSV(B)116.47º14.41%46.27%-
XYZ14.3116.7214.79-
YUV111.28122.2121.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=31.78%
G=36.76%
B=31.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021181010.1400.140.54116.477.7642.94
Hex667665E0E367482b
Octal14616614516016661641053
Binary11001101110110110010111100111011011011101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667665; }

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

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

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

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

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

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

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

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