Html Css Color HEX #646E60 Finlandia

📋 copy color: '#646E60'

red 100 ◦ green 110 ◦ blue 96

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

Shades of Finlandia #646E60

Tints of Finlandia #646E60

RGB

 RED value IS 100 (39.45% from 255) = 32.68%

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 32.68%
G = 35.95%
B = 31.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#646E60 (or 0x646E60) is known color: Finlandia. HEX triplet: 64, 6E and 60. RGB value is (100,110,96). Sum of RGB (Red+Green+Blue) = 100+110+96=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 110 - color contains mainly: green. Hex color #646E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E60 is #9B919F. Grayscale: #696969. Windows color (decimal): -10195360 or 6319716. OLE color: 6319716.

HSL color Cylindrical-coordinate representation of color #646E60: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646E60 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 110 96 -
CMYK 0.09 0 0.13 0.57
HSL 102.86º 0.07% 0.4% -
HSV(B) 102.86º 0.13% 0.43% -
XYZ 12.94 14.71 13.22 -
YUV 105.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 100 110 96 0.09 0 0.13 0.57 102.86 0.07 0.4
Hex 64 6E 60 9 0 D 39 67 7 28
Octal 144 156 140 11 0 15 71 147 7 50
Binary 1100100 1101110 1100000 1001 0 1101 111001 1100111 111 101000

Color Harmonies of #646E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E60

Black with #646E60

Text Example


Text Example

White with #646E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646E60; }

 p { color: rgb(100,110,96); }

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

background-color css

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

 a { background-color: rgb(100,110,96); }

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

border-color css

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

 span { border-color: rgb(100,110,96); }

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