#63755F

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

Shades of Finlandia #63755F

Tints of Finlandia #63755F

Color information

#63755F (or 0x63755F) is unknown color: approx Finlandia. HEX triplet: 63, 75 and 5F. RGB value is (99,117,95). Sum of RGB (Red+Green+Blue) = 99+117+95=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #63755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755F is #9C8AA0. Grayscale: #6D6D6D. Windows color (decimal): -10259105 or 6255971. OLE color: 6255971.

HSL color Cylindrical-coordinate representation of color #63755F: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63755F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB9911795-
CMYK0.1500.190.54
HSL109.09º10.38%41.57%-
HSV(B)109.09º18.8%45.88%-
XYZ13.5716.213.24-
YUV109.11120.04120.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=31.83%
G=37.62%
B=30.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99117950.1500.190.54109.0910.3841.57
Hex63755FF013366da2a
Octal14316513717023661551252
Binary110001111101011011111111101001111011011011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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