#646F4A

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

Shades of Woodland #646F4A

Tints of Woodland #646F4A

Color information

#646F4A (or 0x646F4A) is unknown color: approx Woodland. HEX triplet: 64, 6F and 4A. RGB value is (100,111,74). Sum of RGB (Red+Green+Blue) = 100+111+74=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #646F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646F4A is #9B90B5. Grayscale: #676767. Windows color (decimal): -10195126 or 4878180. OLE color: 4878180.

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

Color convert

RGB10011174-
CMYK0.1000.330.56
HSL77.84º20%36.27%-
HSV(B)77.84º33.33%43.53%-
XYZ12.1814.578.65-
YUV103.49111.36125.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=35.09%
G=38.95%
B=25.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100111740.1000.330.5677.842036.27
Hex646F4AA021384e1424
Octal14415711212041701162444
Binary11001001101111100101010100100001111000100111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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