#63745E

Color #63745E Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #63745E

Tints of Finlandia #63745E

Color information

#63745E (or 0x63745E) is unknown color: approx Finlandia. HEX triplet: 63, 74 and 5E. RGB value is (99,116,94). Sum of RGB (Red+Green+Blue) = 99+116+94=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #63745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63745E is #9C8BA1. Grayscale: #6C6C6C. Windows color (decimal): -10259362 or 6190179. OLE color: 6190179.

HSL color Cylindrical-coordinate representation of color #63745E: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63745E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB9911694-
CMYK0.1500.190.55
HSL106.36º10.48%41.18%-
HSV(B)106.36º18.97%45.49%-
XYZ13.4115.9512.96-
YUV108.41119.87121.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=32.04%
G=37.54%
B=30.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99116940.1500.190.55106.3610.4841.18
Hex63745EF013376aa29
Octal14316413617023671521251
Binary110001111101001011110111101001111011111010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63745E; }

 p { color: rgb(99,116,94); }

 H1.HeaderClassName
 {
   color: #63745E;
 }
 .AnyTagClassName
 {
   color: #63745E;
 }
</style>
background-color css

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

 a { background-color: rgb(99,116,94); }

 div.DivClassName
 {
   background-color: #63745E;
 }
 .BgClassName
 {
   background-color: #63745E;
 }
</style>
border-color css

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

 span { border-color: rgb(99,116,94); }

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