Html Css Color HEX #696D68 Finlandia

📋 copy color: '#696D68'

red 105 ◦ green 109 ◦ blue 104

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

Shades of Finlandia #696D68

Tints of Finlandia #696D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 33.02%
G = 34.28%
B = 32.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#696D68 (or 0x696D68) is known color: Finlandia. HEX triplet: 69, 6D and 68. RGB value is (105,109,104). Sum of RGB (Red+Green+Blue) = 105+109+104=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 109 - color contains mainly: green. Hex color #696D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D68 is #969297. Grayscale: #6B6B6B. Windows color (decimal): -9867928 or 6843753. OLE color: 6843753.

HSL color Cylindrical-coordinate representation of color #696D68: hue angle of 108º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696D68 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 104 -
CMYK 0.04 0 0.05 0.57
HSL 108º 0.02% 0.42% -
HSV(B) 108º 0.05% 0.43% -
XYZ 13.79 14.94 15.25 -
YUV 107.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 105 109 104 0.04 0 0.05 0.57 108 0.02 0.42
Hex 69 6D 68 4 0 5 39 6C 2 2A
Octal 151 155 150 4 0 5 71 154 2 52
Binary 1101001 1101101 1101000 100 0 101 111001 1101100 10 101010

Color Harmonies of #696D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D68

Black with #696D68

Text Example


Text Example

White with #696D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D68; }

 p { color: rgb(105,109,104); }

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

background-color css

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

 a { background-color: rgb(105,109,104); }

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

border-color css

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

 span { border-color: rgb(105,109,104); }

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