#676F64

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

Shades of Finlandia #676F64

Tints of Finlandia #676F64

Color information

#676F64 (or 0x676F64) is unknown color: approx Finlandia. HEX triplet: 67, 6F and 64. RGB value is (103,111,100). Sum of RGB (Red+Green+Blue) = 103+111+100=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #676F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F64 is #98909B. Grayscale: #6B6B6B. Windows color (decimal): -9998492 or 6582119. OLE color: 6582119.

HSL color Cylindrical-coordinate representation of color #676F64: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676F64 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB103111100-
CMYK0.0700.100.56
HSL103.64º5.21%41.37%-
HSV(B)103.64º9.91%43.53%-
XYZ13.5815.1714.27-
YUV107.35123.85124.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=32.80%
G=35.35%
B=31.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1031111000.0700.100.56103.645.2141.37
Hex676F6470A3868529
Octal147157144701270150551
Binary110011111011111100100111010101110001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676F64; }

 p { color: rgb(103,111,100); }

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

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

 a { background-color: rgb(103,111,100); }

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

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

 span { border-color: rgb(103,111,100); }

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