#647049

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

Shades of Woodland #647049

Tints of Woodland #647049

Color information

#647049 (or 0x647049) is unknown color: approx Woodland. HEX triplet: 64, 70 and 49. RGB value is (100,112,73). Sum of RGB (Red+Green+Blue) = 100+112+73=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #647049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647049 is #9B8FB6. Grayscale: #686868. Windows color (decimal): -10194871 or 4812900. OLE color: 4812900.

HSL color Cylindrical-coordinate representation of color #647049: hue angle of 78.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647049 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB10011273-
CMYK0.1100.350.56
HSL78.46º21.08%36.27%-
HSV(B)78.46º34.82%43.92%-
XYZ12.2514.788.51-
YUV103.97110.52125.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=35.09%
G=39.30%
B=25.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112730.1100.350.5678.4621.0836.27
Hex647049B023384e1524
Octal14416011113043701162544
Binary11001001110000100100110110100011111000100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647049; }

 p { color: rgb(100,112,73); }

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

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

 a { background-color: rgb(100,112,73); }

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

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

 span { border-color: rgb(100,112,73); }

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