#64733C

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

Shades of Woodland #64733C

Tints of Woodland #64733C

Color information

#64733C (or 0x64733C) is unknown color: approx Woodland. HEX triplet: 64, 73 and 3C. RGB value is (100,115,60). Sum of RGB (Red+Green+Blue) = 100+115+60=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #64733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64733C is #9B8CC3. Grayscale: #686868. Windows color (decimal): -10194116 or 3961700. OLE color: 3961700.

HSL color Cylindrical-coordinate representation of color #64733C: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64733C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB10011560-
CMYK0.1300.480.55
HSL76.36º31.43%34.31%-
HSV(B)76.36º47.83%45.1%-
XYZ12.215.36.58-
YUV104.24103.03124.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=36.36%
G=41.82%
B=21.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115600.1300.480.5576.3631.4334.31
Hex64733CD030374c1f22
Octal1441637415060671143742
Binary1100100111001111110011010110000110111100110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64733C; }

 p { color: rgb(100,115,60); }

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

<style>
 a { background-color: #64733C; }

 a { background-color: rgb(100,115,60); }

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

<style>
 span { border-color: #64733C; }

 span { border-color: rgb(100,115,60); }

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