#646B3D

Color #646B3D Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #646B3D

Tints of Woodland #646B3D

Color information

#646B3D (or 0x646B3D) is unknown color: approx Woodland. HEX triplet: 64, 6B and 3D. RGB value is (100,107,61). Sum of RGB (Red+Green+Blue) = 100+107+61=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #646B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B3D is #9B94C2. Grayscale: #636363. Windows color (decimal): -10196163 or 4025188. OLE color: 4025188.

HSL color Cylindrical-coordinate representation of color #646B3D: hue angle of 69.13º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #646B3D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB10010761-
CMYK0.0700.430.58
HSL69.13º27.38%32.94%-
HSV(B)69.13º42.99%41.96%-
XYZ11.3613.566.43-
YUV99.66106.18128.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=37.31%
G=39.93%
B=22.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100107610.0700.430.5869.1327.3832.94
Hex646B3D702B3A451b21
Octal144153757053721053341
Binary110010011010111111011110101011111010100010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #646B3D;
 }
 .AnyTagClassName
 {
   color: #646B3D;
 }
</style>
background-color css

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

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

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

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

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

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