Html Css Color HEX #686D66 Finlandia

📋 copy color: '#686D66'

red 104 ◦ green 109 ◦ blue 102

#686D66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #686D66

Tints of Finlandia #686D66

RGB

 RED value IS 104 (41.02% from 255) = 33.02%

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 33.02%
G = 34.6%
B = 32.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#686D66 (or 0x686D66) is known color: Finlandia. HEX triplet: 68, 6D and 66. RGB value is (104,109,102). Sum of RGB (Red+Green+Blue) = 104+109+102=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 109 - color contains mainly: green. Hex color #686D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D66 is #979299. Grayscale: #6A6A6A. Windows color (decimal): -9933466 or 6712680. OLE color: 6712680.

HSL color Cylindrical-coordinate representation of color #686D66: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686D66 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 102 -
CMYK 0.05 0 0.06 0.57
HSL 102.86º 0.03% 0.41% -
HSV(B) 102.86º 0.06% 0.43% -
XYZ 13.58 14.84 14.72 -
YUV 106.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 104 109 102 0.05 0 0.06 0.57 102.86 0.03 0.41
Hex 68 6D 66 5 0 6 39 67 3 29
Octal 150 155 146 5 0 6 71 147 3 51
Binary 1101000 1101101 1100110 101 0 110 111001 1100111 11 101001

Color Harmonies of #686D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D66

Black with #686D66

Text Example


Text Example

White with #686D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686D66; }

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

 H1.HeaderClassName
 {
   color: #686D66;
 }
 .AnyTagClassName
 {
   color: #686D66;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #686D66;
 }
 .BgClassName
 {
   background-color: #686D66;
 }
</style>

border-color css

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

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

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