Html Css Color HEX #6C766B Finlandia

📋 copy color: '#6C766B'

red 108 ◦ green 118 ◦ blue 107

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

Shades of Finlandia #6C766B

Tints of Finlandia #6C766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 32.43%
G = 35.44%
B = 32.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6C766B (or 0x6C766B) is known color: Finlandia. HEX triplet: 6C, 76 and 6B. RGB value is (108,118,107). Sum of RGB (Red+Green+Blue) = 108+118+107=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #6C766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C766B is #938994. Grayscale: #717171. Windows color (decimal): -9669013 or 7042668. OLE color: 7042668.

HSL color Cylindrical-coordinate representation of color #6C766B: hue angle of 114.55º degrees, saturation: 0.05, 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 #6C766B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 107 -
CMYK 0.08 0 0.09 0.54
HSL 114.55º 0.05% 0.44% -
HSV(B) 114.55º 0.09% 0.46% -
XYZ 15.32 17.21 16.42 -
YUV 113.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 108 118 107 0.08 0 0.09 0.54 114.55 0.05 0.44
Hex 6C 76 6B 8 0 9 36 73 5 2C
Octal 154 166 153 10 0 11 66 163 5 54
Binary 1101100 1110110 1101011 1000 0 1001 110110 1110011 101 101100

Color Harmonies of #6C766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C766B

Black with #6C766B

Text Example


Text Example

White with #6C766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,107); }

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

background-color css

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

 a { background-color: rgb(108,118,107); }

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

border-color css

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

 span { border-color: rgb(108,118,107); }

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