Html Css Color HEX #647260 Finlandia

📋 copy color: '#647260'

red 100 ◦ green 114 ◦ blue 96

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

Shades of Finlandia #647260

Tints of Finlandia #647260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

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

R = 32.26%
G = 36.77%
B = 30.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#647260 (or 0x647260) is known color: Finlandia. HEX triplet: 64, 72 and 60. RGB value is (100,114,96). Sum of RGB (Red+Green+Blue) = 100+114+96=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #647260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647260 is #9B8D9F. Grayscale: #6B6B6B. Windows color (decimal): -10194336 or 6320740. OLE color: 6320740.

HSL color Cylindrical-coordinate representation of color #647260: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #647260 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 96 -
CMYK 0.12 0 0.16 0.55
HSL 106.67º 0.09% 0.41% -
HSV(B) 106.67º 0.16% 0.45% -
XYZ 13.38 15.59 13.37 -
YUV 107.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 100 114 96 0.12 0 0.16 0.55 106.67 0.09 0.41
Hex 64 72 60 C 0 10 37 6B 9 29
Octal 144 162 140 14 0 20 67 153 11 51
Binary 1100100 1110010 1100000 1100 0 10000 110111 1101011 1001 101001

Color Harmonies of #647260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647260

Black with #647260

Text Example


Text Example

White with #647260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647260; }

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

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

background-color css

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

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

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

border-color css

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

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

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