Html Css Color HEX #6C7569 Finlandia

📋 copy color: '#6C7569'

red 108 ◦ green 117 ◦ blue 105

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

Shades of Finlandia #6C7569

Tints of Finlandia #6C7569

RGB

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

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

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

R = 32.73%
G = 35.45%
B = 31.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#6C7569 (or 0x6C7569) is known color: Finlandia. HEX triplet: 6C, 75 and 69. RGB value is (108,117,105). Sum of RGB (Red+Green+Blue) = 108+117+105=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7569 is #938A96. Grayscale: #707070. Windows color (decimal): -9669271 or 6911340. OLE color: 6911340.

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

Color convert

RGB 108 117 105 -
CMYK 0.08 0 0.10 0.54
HSL 105º 0.05% 0.44% -
HSV(B) 105º 0.1% 0.46% -
XYZ 15.1 16.93 15.84 -
YUV 112.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 108 117 105 0.08 0 0.10 0.54 105 0.05 0.44
Hex 6C 75 69 8 0 A 36 69 5 2C
Octal 154 165 151 10 0 12 66 151 5 54
Binary 1101100 1110101 1101001 1000 0 1010 110110 1101001 101 101100

Color Harmonies of #6C7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7569

Black with #6C7569

Text Example


Text Example

White with #6C7569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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