Html Css Color HEX #647240 Woodland

📋 copy color: '#647240'

red 100 ◦ green 114 ◦ blue 64

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

Shades of Woodland #647240

Tints of Woodland #647240

RGB

 RED value IS 100 (39.45% from 255) = 35.97%

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 35.97%
G = 41.01%
B = 23.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#647240 (or 0x647240) is known color: Woodland. HEX triplet: 64, 72 and 40. RGB value is (100,114,64). Sum of RGB (Red+Green+Blue) = 100+114+64=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #647240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647240 is #9B8DBF. Grayscale: #686868. Windows color (decimal): -10194368 or 4223588. OLE color: 4223588.

HSL color Cylindrical-coordinate representation of color #647240: hue angle of 76.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647240 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 64 -
CMYK 0.12 0 0.44 0.55
HSL 76.8º 0.28% 0.35% -
HSV(B) 76.8º 0.44% 0.45% -
XYZ 12.2 15.11 7.12 -
YUV 104.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 100 114 64 0.12 0 0.44 0.55 76.8 0.28 0.35
Hex 64 72 40 C 0 2C 37 4D 1C 23
Octal 144 162 100 14 0 54 67 115 34 43
Binary 1100100 1110010 1000000 1100 0 101100 110111 1001101 11100 100011

Color Harmonies of #647240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647240

Black with #647240

Text Example


Text Example

White with #647240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647240; }

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

 H1.HeaderClassName
 {
   color: #647240;
 }
 .AnyTagClassName
 {
   color: #647240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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