#63775D

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

Shades of Finlandia #63775D

Tints of Finlandia #63775D

Color information

#63775D (or 0x63775D) is unknown color: approx Finlandia. HEX triplet: 63, 77 and 5D. RGB value is (99,119,93). Sum of RGB (Red+Green+Blue) = 99+119+93=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #63775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63775D is #9C88A2. Grayscale: #6E6E6E. Windows color (decimal): -10258595 or 6125411. OLE color: 6125411.

HSL color Cylindrical-coordinate representation of color #63775D: hue angle of 106.15º degrees, saturation: 0.12, 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 #63775D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9911993-
CMYK0.1700.220.53
HSL106.15º12.26%41.57%-
HSV(B)106.15º21.85%46.67%-
XYZ13.7216.6412.84-
YUV110.06118.37120.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=31.83%
G=38.26%
B=29.90%

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
Decimal99119930.1700.220.53106.1512.2641.57
Hex63775D11016356ac2a
Octal14316713521026651521452
Binary1100011111011110111011000101011011010111010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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