Html Css Color HEX #6C776B Finlandia

📋 copy color: '#6C776B'

red 108 ◦ green 119 ◦ blue 107

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

Shades of Finlandia #6C776B

Tints of Finlandia #6C776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 32.34%
G = 35.63%
B = 32.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#6C776B (or 0x6C776B) is known color: Finlandia. HEX triplet: 6C, 77 and 6B. RGB value is (108,119,107). Sum of RGB (Red+Green+Blue) = 108+119+107=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776B is #938894. Grayscale: #727272. Windows color (decimal): -9668757 or 7042924. OLE color: 7042924.

HSL color Cylindrical-coordinate representation of color #6C776B: hue angle of 115º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C776B is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 119 107 -
CMYK 0.09 0 0.10 0.53
HSL 115º 0.05% 0.44% -
HSV(B) 115º 0.1% 0.47% -
XYZ 15.44 17.44 16.46 -
YUV 114.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 108 119 107 0.09 0 0.10 0.53 115 0.05 0.44
Hex 6C 77 6B 9 0 A 35 73 5 2C
Octal 154 167 153 11 0 12 65 163 5 54
Binary 1101100 1110111 1101011 1001 0 1010 110101 1110011 101 101100

Color Harmonies of #6C776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C776B

Black with #6C776B

Text Example


Text Example

White with #6C776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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