Html Css Color HEX #647040 Woodland

📋 copy color: '#647040'

red 100 ◦ green 112 ◦ blue 64

#647040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #647040

Tints of Woodland #647040

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 value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#647040 (or 0x647040) is known color: 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

RGB 100 112 64 -
CMYK 0.11 0 0.43 0.56
HSL 75º 0.27% 0.35% -
HSV(B) 75º 0.43% 0.44% -
XYZ 11.98 14.67 7.05 -
YUV 102.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 100 112 64 0.11 0 0.43 0.56 75 0.27 0.35
Hex 64 70 40 B 0 2B 38 4B 1B 23
Octal 144 160 100 13 0 53 70 113 33 43
Binary 1100100 1110000 1000000 1011 0 101011 111000 1001011 11011 100011

Color Harmonies of #647040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647040

Black with #647040

Text Example


Text Example

White with #647040

Text Example


Text Example

HTML Codes & Css Web 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>