Html Css Color HEX #647465 Finlandia

📋 copy color: '#647465'

red 100 ◦ green 116 ◦ blue 101

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

Shades of Finlandia #647465

Tints of Finlandia #647465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 31.55%
G = 36.59%
B = 31.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#647465 (or 0x647465) is known color: Finlandia. HEX triplet: 64, 74 and 65. RGB value is (100,116,101). Sum of RGB (Red+Green+Blue) = 100+116+101=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #647465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647465 is #9B8B9A. Grayscale: #6D6D6D. Windows color (decimal): -10193819 or 6648932. OLE color: 6648932.

HSL color Cylindrical-coordinate representation of color #647465: hue angle of 123.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #647465 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 101 -
CMYK 0.14 0 0.13 0.55
HSL 123.75º 0.07% 0.42% -
HSV(B) 123.75º 0.14% 0.45% -
XYZ 13.85 16.14 14.7 -
YUV 109.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 100 116 101 0.14 0 0.13 0.55 123.75 0.07 0.42
Hex 64 74 65 E 0 D 37 7C 7 2A
Octal 144 164 145 16 0 15 67 174 7 52
Binary 1100100 1110100 1100101 1110 0 1101 110111 1111100 111 101010

Color Harmonies of #647465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647465

Black with #647465

Text Example


Text Example

White with #647465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647465; }

 p { color: rgb(100,116,101); }

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

background-color css

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

 a { background-color: rgb(100,116,101); }

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

border-color css

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

 span { border-color: rgb(100,116,101); }

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