Html Css Color HEX #6C7669 Finlandia

📋 copy color: '#6C7669'

red 108 ◦ green 118 ◦ blue 105

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

Shades of Finlandia #6C7669

Tints of Finlandia #6C7669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 32.63%
G = 35.65%
B = 31.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#6C7669 (or 0x6C7669) is known color: Finlandia. HEX triplet: 6C, 76 and 69. RGB value is (108,118,105). Sum of RGB (Red+Green+Blue) = 108+118+105=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7669 is #938996. Grayscale: #717171. Windows color (decimal): -9669015 or 6911596. OLE color: 6911596.

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

Color convert

RGB 108 118 105 -
CMYK 0.08 0 0.11 0.54
HSL 106.15º 0.06% 0.44% -
HSV(B) 106.15º 0.11% 0.46% -
XYZ 15.21 17.16 15.88 -
YUV 113.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 108 118 105 0.08 0 0.11 0.54 106.15 0.06 0.44
Hex 6C 76 69 8 0 B 36 6A 6 2C
Octal 154 166 151 10 0 13 66 152 6 54
Binary 1101100 1110110 1101001 1000 0 1011 110110 1101010 110 101100

Color Harmonies of #6C7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7669

Black with #6C7669

Text Example


Text Example

White with #6C7669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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