#63725F

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

Shades of Finlandia #63725F

Tints of Finlandia #63725F

Color information

#63725F (or 0x63725F) is unknown color: approx Finlandia. HEX triplet: 63, 72 and 5F. RGB value is (99,114,95). Sum of RGB (Red+Green+Blue) = 99+114+95=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #63725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725F is #9C8DA0. Grayscale: #6B6B6B. Windows color (decimal): -10259873 or 6255203. OLE color: 6255203.

HSL color Cylindrical-coordinate representation of color #63725F: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63725F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB9911495-
CMYK0.1300.170.55
HSL107.37º9.09%40.98%-
HSV(B)107.37º16.67%44.71%-
XYZ13.2315.5113.12-
YUV107.35121.03122.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=32.14%
G=37.01%
B=30.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99114950.1300.170.55107.379.0940.98
Hex63725FD011376b929
Octal14316213715021671531151
Binary110001111100101011111110101000111011111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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