Html Css Color HEX #637264 Finlandia

📋 copy color: '#637264'

red 99 ◦ green 114 ◦ blue 100

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

Shades of Finlandia #637264

Tints of Finlandia #637264

RGB

 RED value IS 99 (39.06% from 255) = 31.63%

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 31.63%
G = 36.42%
B = 31.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#637264 (or 0x637264) is known color: Finlandia. HEX triplet: 63, 72 and 64. RGB value is (99,114,100). Sum of RGB (Red+Green+Blue) = 99+114+100=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #637264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637264 is #9C8D9B. Grayscale: #6B6B6B. Windows color (decimal): -10259868 or 6582883. OLE color: 6582883.

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

Color convert

RGB 99 114 100 -
CMYK 0.13 0 0.12 0.55
HSL 124º 0.07% 0.42% -
HSV(B) 124º 0.13% 0.45% -
XYZ 13.46 15.61 14.36 -
YUV 107.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 99 114 100 0.13 0 0.12 0.55 124 0.07 0.42
Hex 63 72 64 D 0 C 37 7C 7 2A
Octal 143 162 144 15 0 14 67 174 7 52
Binary 1100011 1110010 1100100 1101 0 1100 110111 1111100 111 101010

Color Harmonies of #637264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637264

Black with #637264

Text Example


Text Example

White with #637264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637264; }

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

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

background-color css

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

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

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

border-color css

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

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

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