Html Css Color HEX #697566 Finlandia

📋 copy color: '#697566'

red 105 ◦ green 117 ◦ blue 102

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

Shades of Finlandia #697566

Tints of Finlandia #697566

RGB

 RED value IS 105 (41.41% from 255) = 32.41%

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 32.41%
G = 36.11%
B = 31.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#697566 (or 0x697566) is known color: Finlandia. HEX triplet: 69, 75 and 66. RGB value is (105,117,102). Sum of RGB (Red+Green+Blue) = 105+117+102=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #697566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697566 is #968A99. Grayscale: #6F6F6F. Windows color (decimal): -9865882 or 6714729. OLE color: 6714729.

HSL color Cylindrical-coordinate representation of color #697566: hue angle of 108º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697566 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 102 -
CMYK 0.10 0 0.13 0.54
HSL 108º 0.07% 0.43% -
HSV(B) 108º 0.13% 0.46% -
XYZ 14.59 16.69 15.02 -
YUV 111.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 105 117 102 0.10 0 0.13 0.54 108 0.07 0.43
Hex 69 75 66 A 0 D 36 6C 7 2B
Octal 151 165 146 12 0 15 66 154 7 53
Binary 1101001 1110101 1100110 1010 0 1101 110110 1101100 111 101011

Color Harmonies of #697566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697566

Black with #697566

Text Example


Text Example

White with #697566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697566; }

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

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

background-color css

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

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

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

border-color css

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

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

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