Html Css Color HEX #646F49 Woodland

📋 copy color: '#646F49'

red 100 ◦ green 111 ◦ blue 73

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

Shades of Woodland #646F49

Tints of Woodland #646F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 35.21%
G = 39.08%
B = 25.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#646F49 (or 0x646F49) is known color: Woodland. HEX triplet: 64, 6F and 49. RGB value is (100,111,73). Sum of RGB (Red+Green+Blue) = 100+111+73=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #646F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646F49 is #9B90B6. Grayscale: #676767. Windows color (decimal): -10195127 or 4812644. OLE color: 4812644.

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

Color convert

RGB 100 111 73 -
CMYK 0.10 0 0.34 0.56
HSL 77.37º 0.21% 0.36% -
HSV(B) 77.37º 0.34% 0.44% -
XYZ 12.14 14.56 8.47 -
YUV 103.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 100 111 73 0.10 0 0.34 0.56 77.37 0.21 0.36
Hex 64 6F 49 A 0 22 38 4D 15 24
Octal 144 157 111 12 0 42 70 115 25 44
Binary 1100100 1101111 1001001 1010 0 100010 111000 1001101 10101 100100

Color Harmonies of #646F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646F49

Black with #646F49

Text Example


Text Example

White with #646F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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