Html Css Color HEX #646D3D Woodland

📋 copy color: '#646D3D'

red 100 ◦ green 109 ◦ blue 61

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

Shades of Woodland #646D3D

Tints of Woodland #646D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 37.04%
G = 40.37%
B = 22.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#646D3D (or 0x646D3D) is known color: Woodland. HEX triplet: 64, 6D and 3D. RGB value is (100,109,61). Sum of RGB (Red+Green+Blue) = 100+109+61=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #646D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646D3D is #9B92C2. Grayscale: #656565. Windows color (decimal): -10195651 or 4025700. OLE color: 4025700.

HSL color Cylindrical-coordinate representation of color #646D3D: hue angle of 71.25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #646D3D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 61 -
CMYK 0.08 0 0.44 0.57
HSL 71.25º 0.28% 0.33% -
HSV(B) 71.25º 0.44% 0.43% -
XYZ 11.57 13.98 6.5 -
YUV 100.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 100 109 61 0.08 0 0.44 0.57 71.25 0.28 0.33
Hex 64 6D 3D 8 0 2C 39 47 1C 21
Octal 144 155 75 10 0 54 71 107 34 41
Binary 1100100 1101101 111101 1000 0 101100 111001 1000111 11100 100001

Color Harmonies of #646D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D3D

Black with #646D3D

Text Example


Text Example

White with #646D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,61); }

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

background-color css

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

 a { background-color: rgb(100,109,61); }

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

border-color css

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

 span { border-color: rgb(100,109,61); }

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