Html Css Color HEX #6D746C Finlandia

📋 copy color: '#6D746C'

red 109 ◦ green 116 ◦ blue 108

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

Shades of Finlandia #6D746C

Tints of Finlandia #6D746C

RGB

 RED value IS 109 (42.97% from 255) = 32.73%

 GREEN value IS 116 (45.7% from 255) = 34.83%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 32.73%
G = 34.83%
B = 32.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#6D746C (or 0x6D746C) is known color: Finlandia. HEX triplet: 6D, 74 and 6C. RGB value is (109,116,108). Sum of RGB (Red+Green+Blue) = 109+116+108=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #6D746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D746C is #928B93. Grayscale: #717171. Windows color (decimal): -9603988 or 7107693. OLE color: 7107693.

HSL color Cylindrical-coordinate representation of color #6D746C: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D746C is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 108 -
CMYK 0.06 0 0.07 0.55
HSL 112.5º 0.04% 0.44% -
HSV(B) 112.5º 0.07% 0.45% -
XYZ 15.26 16.82 16.63 -
YUV 113 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 109 116 108 0.06 0 0.07 0.55 112.5 0.04 0.44
Hex 6D 74 6C 6 0 7 37 70 4 2C
Octal 155 164 154 6 0 7 67 160 4 54
Binary 1101101 1110100 1101100 110 0 111 110111 1110000 100 101100

Color Harmonies of #6D746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D746C

Black with #6D746C

Text Example


Text Example

White with #6D746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D746C; }

 p { color: rgb(109,116,108); }

 H1.HeaderClassName
 {
   color: #6D746C;
 }
 .AnyTagClassName
 {
   color: #6D746C;
 }
</style>

background-color css

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

 a { background-color: rgb(109,116,108); }

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

border-color css

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

 span { border-color: rgb(109,116,108); }

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