#66805F

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

Shades of Finlandia #66805F

Tints of Finlandia #66805F

Color information

#66805F (or 0x66805F) is unknown color: approx Finlandia. HEX triplet: 66, 80 and 5F. RGB value is (102,128,95). Sum of RGB (Red+Green+Blue) = 102+128+95=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #66805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66805F is #997FA0. Grayscale: #747474. Windows color (decimal): -10059681 or 6258790. OLE color: 6258790.

HSL color Cylindrical-coordinate representation of color #66805F: hue angle of 107.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66805F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB10212895-
CMYK0.2000.260.50
HSL107.27º14.8%43.73%-
HSV(B)107.27º25.78%50.2%-
XYZ15.2619.0913.71-
YUV116.46115.89117.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=31.38%
G=39.38%
B=29.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128950.2000.260.50107.2714.843.73
Hex66805F1401A326bf2c
Octal14620013724032621531754
Binary11001101000000010111111010001101011001011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66805F; }

 p { color: rgb(102,128,95); }

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

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

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

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

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

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

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