#63775F

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

Shades of Finlandia #63775F

Tints of Finlandia #63775F

Color information

#63775F (or 0x63775F) is unknown color: approx Finlandia. HEX triplet: 63, 77 and 5F. RGB value is (99,119,95). Sum of RGB (Red+Green+Blue) = 99+119+95=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #63775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63775F is #9C88A0. Grayscale: #6E6E6E. Windows color (decimal): -10258593 or 6256483. OLE color: 6256483.

HSL color Cylindrical-coordinate representation of color #63775F: hue angle of 110º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63775F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB9911995-
CMYK0.1700.200.53
HSL110º11.21%41.96%-
HSV(B)110º20.17%46.67%-
XYZ13.8116.6713.32-
YUV110.28119.37119.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=31.63%
G=38.02%
B=30.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119950.1700.200.5311011.2141.96
Hex63775F11014356eb2a
Octal14316713721024651561352
Binary1100011111011110111111000101010011010111011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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