Html Css Color HEX #646F40 Woodland

📋 copy color: '#646F40'

red 100 ◦ green 111 ◦ blue 64

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

Shades of Woodland #646F40

Tints of Woodland #646F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

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

R = 36.36%
G = 40.36%
B = 23.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#646F40 (or 0x646F40) is known color: Woodland. HEX triplet: 64, 6F and 40. RGB value is (100,111,64). Sum of RGB (Red+Green+Blue) = 100+111+64=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #646F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646F40 is #9B90BF. Grayscale: #666666. Windows color (decimal): -10195136 or 4222820. OLE color: 4222820.

HSL color Cylindrical-coordinate representation of color #646F40: hue angle of 74.04º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #646F40 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 111 64 -
CMYK 0.10 0 0.42 0.56
HSL 74.04º 0.27% 0.34% -
HSV(B) 74.04º 0.42% 0.44% -
XYZ 11.87 14.45 7.01 -
YUV 102.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 100 111 64 0.10 0 0.42 0.56 74.04 0.27 0.34
Hex 64 6F 40 A 0 2A 38 4A 1B 22
Octal 144 157 100 12 0 52 70 112 33 42
Binary 1100100 1101111 1000000 1010 0 101010 111000 1001010 11011 100010

Color Harmonies of #646F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F40

Black with #646F40

Text Example


Text Example

White with #646F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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