Html Css Color HEX #6D756B Finlandia

📋 copy color: '#6D756B'

red 109 ◦ green 117 ◦ blue 107

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

Shades of Finlandia #6D756B

Tints of Finlandia #6D756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 32.73%
G = 35.14%
B = 32.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6D756B (or 0x6D756B) is known color: Finlandia. HEX triplet: 6D, 75 and 6B. RGB value is (109,117,107). Sum of RGB (Red+Green+Blue) = 109+117+107=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #6D756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D756B is #928A94. Grayscale: #717171. Windows color (decimal): -9603733 or 7042413. OLE color: 7042413.

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

Color convert

RGB 109 117 107 -
CMYK 0.07 0 0.09 0.54
HSL 108º 0.04% 0.44% -
HSV(B) 108º 0.09% 0.46% -
XYZ 15.32 17.04 16.39 -
YUV 113.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 109 117 107 0.07 0 0.09 0.54 108 0.04 0.44
Hex 6D 75 6B 7 0 9 36 6C 4 2C
Octal 155 165 153 7 0 11 66 154 4 54
Binary 1101101 1110101 1101011 111 0 1001 110110 1101100 100 101100

Color Harmonies of #6D756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D756B

Black with #6D756B

Text Example


Text Example

White with #6D756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,107); }

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

background-color css

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

 a { background-color: rgb(109,117,107); }

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

border-color css

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

 span { border-color: rgb(109,117,107); }

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