Html Css Color HEX #6C796A Finlandia

📋 copy color: '#6C796A'

red 108 ◦ green 121 ◦ blue 106

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

Shades of Finlandia #6C796A

Tints of Finlandia #6C796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 32.24%
G = 36.12%
B = 31.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#6C796A (or 0x6C796A) is known color: Finlandia. HEX triplet: 6C, 79 and 6A. RGB value is (108,121,106). Sum of RGB (Red+Green+Blue) = 108+121+106=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #6C796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C796A is #938695. Grayscale: #737373. Windows color (decimal): -9668246 or 6977900. OLE color: 6977900.

HSL color Cylindrical-coordinate representation of color #6C796A: hue angle of 112º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C796A is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 121 106 -
CMYK 0.11 0 0.12 0.53
HSL 112º 0.07% 0.45% -
HSV(B) 112º 0.12% 0.47% -
XYZ 15.62 17.9 16.27 -
YUV 115.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 108 121 106 0.11 0 0.12 0.53 112 0.07 0.45
Hex 6C 79 6A B 0 C 35 70 7 2D
Octal 154 171 152 13 0 14 65 160 7 55
Binary 1101100 1111001 1101010 1011 0 1100 110101 1110000 111 101101

Color Harmonies of #6C796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C796A

Black with #6C796A

Text Example


Text Example

White with #6C796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,121,106); }

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

background-color css

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

 a { background-color: rgb(108,121,106); }

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

border-color css

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

 span { border-color: rgb(108,121,106); }

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