#64704A

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

Shades of Woodland #64704A

Tints of Woodland #64704A

Color information

#64704A (or 0x64704A) is unknown color: approx Woodland. HEX triplet: 64, 70 and 4A. RGB value is (100,112,74). Sum of RGB (Red+Green+Blue) = 100+112+74=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #64704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64704A is #9B8FB5. Grayscale: #686868. Windows color (decimal): -10194870 or 4878436. OLE color: 4878436.

HSL color Cylindrical-coordinate representation of color #64704A: hue angle of 78.95º degrees, saturation: 0.2, 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 #64704A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB10011274-
CMYK0.1100.340.56
HSL78.95º20.43%36.47%-
HSV(B)78.95º33.93%43.92%-
XYZ12.2914.798.69-
YUV104.08111.02125.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=34.97%
G=39.16%
B=25.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112740.1100.340.5678.9520.4336.47
Hex64704AB022384f1424
Octal14416011213042701172444
Binary11001001110000100101010110100010111000100111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64704A; }

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

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

<style>
 a { background-color: #64704A; }

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

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

<style>
 span { border-color: #64704A; }

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

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