#63785D

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

Shades of Finlandia #63785D

Tints of Finlandia #63785D

Color information

#63785D (or 0x63785D) is unknown color: approx Finlandia. HEX triplet: 63, 78 and 5D. RGB value is (99,120,93). Sum of RGB (Red+Green+Blue) = 99+120+93=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #63785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63785D is #9C87A2. Grayscale: #6E6E6E. Windows color (decimal): -10258339 or 6125667. OLE color: 6125667.

HSL color Cylindrical-coordinate representation of color #63785D: hue angle of 106.67º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63785D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9912093-
CMYK0.1700.220.53
HSL106.67º12.68%41.76%-
HSV(B)106.67º22.5%47.06%-
XYZ13.8416.8812.88-
YUV110.64118.04119.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=31.73%
G=38.46%
B=29.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99120930.1700.220.53106.6712.6841.76
Hex63785D11016356bd2a
Octal14317013521026651531552
Binary1100011111100010111011000101011011010111010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63785D; }

 p { color: rgb(99,120,93); }

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

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

 a { background-color: rgb(99,120,93); }

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

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

 span { border-color: rgb(99,120,93); }

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