#647040

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

Shades of Woodland #647040

Tints of Woodland #647040

Color information

#647040 (or 0x647040) is unknown color: approx Woodland. HEX triplet: 64, 70 and 40. RGB value is (100,112,64). Sum of RGB (Red+Green+Blue) = 100+112+64=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #647040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647040 is #9B8FBF. Grayscale: #676767. Windows color (decimal): -10194880 or 4223076. OLE color: 4223076.

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

Color convert

RGB10011264-
CMYK0.1100.430.56
HSL75º27.27%34.51%-
HSV(B)75º42.86%43.92%-
XYZ11.9814.677.05-
YUV102.94106.02125.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=36.23%
G=40.58%
B=23.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112640.1100.430.567527.2734.51
Hex647040B02B384b1b23
Octal14416010013053701133343
Binary11001001110000100000010110101011111000100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647040; }

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

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

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

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

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

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

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

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