Html Css Color HEX #647140 Woodland

📋 copy color: '#647140'

red 100 ◦ green 113 ◦ blue 64

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

Shades of Woodland #647140

Tints of Woodland #647140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 36.1%
G = 40.79%
B = 23.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#647140 (or 0x647140) is known color: Woodland. HEX triplet: 64, 71 and 40. RGB value is (100,113,64). Sum of RGB (Red+Green+Blue) = 100+113+64=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #647140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647140 is #9B8EBF. Grayscale: #676767. Windows color (decimal): -10194624 or 4223332. OLE color: 4223332.

HSL color Cylindrical-coordinate representation of color #647140: hue angle of 75.92º degrees, saturation: 0.28, 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 #647140 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 64 -
CMYK 0.12 0 0.43 0.56
HSL 75.92º 0.28% 0.35% -
HSV(B) 75.92º 0.43% 0.44% -
XYZ 12.09 14.89 7.09 -
YUV 103.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 100 113 64 0.12 0 0.43 0.56 75.92 0.28 0.35
Hex 64 71 40 C 0 2B 38 4C 1C 23
Octal 144 161 100 14 0 53 70 114 34 43
Binary 1100100 1110001 1000000 1100 0 101011 111000 1001100 11100 100011

Color Harmonies of #647140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647140

Black with #647140

Text Example


Text Example

White with #647140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647140; }

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

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

background-color css

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

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

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

border-color css

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

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

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