#687265

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

Shades of Finlandia #687265

Tints of Finlandia #687265

Color information

#687265 (or 0x687265) is unknown color: approx Finlandia. HEX triplet: 68, 72 and 65. RGB value is (104,114,101). Sum of RGB (Red+Green+Blue) = 104+114+101=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #687265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687265 is #978D9A. Grayscale: #6D6D6D. Windows color (decimal): -9932187 or 6648424. OLE color: 6648424.

HSL color Cylindrical-coordinate representation of color #687265: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #687265 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB104114101-
CMYK0.0900.110.55
HSL106.15º6.05%42.16%-
HSV(B)106.15º11.4%44.71%-
XYZ14.0815.9214.64-
YUV109.53123.19124.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=32.60%
G=35.74%
B=31.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041141010.0900.110.55106.156.0542.16
Hex68726590B376a62a
Octal1501621451101367152652
Binary1101000111001011001011001010111101111101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687265; }

 p { color: rgb(104,114,101); }

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

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

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

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

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

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

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