Html Css Color HEX #647265 Finlandia

📋 copy color: '#647265'

red 100 ◦ green 114 ◦ blue 101

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

Shades of Finlandia #647265

Tints of Finlandia #647265

RGB

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

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

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

R = 31.75%
G = 36.19%
B = 32.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#647265 (or 0x647265) is known color: Finlandia. HEX triplet: 64, 72 and 65. RGB value is (100,114,101). Sum of RGB (Red+Green+Blue) = 100+114+101=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #647265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647265 is #9B8D9A. Grayscale: #6C6C6C. Windows color (decimal): -10194331 or 6648420. OLE color: 6648420.

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

Color convert

RGB 100 114 101 -
CMYK 0.12 0 0.11 0.55
HSL 124.29º 0.07% 0.42% -
HSV(B) 124.29º 0.12% 0.45% -
XYZ 13.62 15.68 14.62 -
YUV 108.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 100 114 101 0.12 0 0.11 0.55 124.29 0.07 0.42
Hex 64 72 65 C 0 B 37 7C 7 2A
Octal 144 162 145 14 0 13 67 174 7 52
Binary 1100100 1110010 1100101 1100 0 1011 110111 1111100 111 101010

Color Harmonies of #647265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647265

Black with #647265

Text Example


Text Example

White with #647265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647265; }

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

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

background-color css

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

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

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

border-color css

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

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

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