#64703B

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

Shades of Woodland #64703B

Tints of Woodland #64703B

Color information

#64703B (or 0x64703B) is unknown color: approx Woodland. HEX triplet: 64, 70 and 3B. RGB value is (100,112,59). Sum of RGB (Red+Green+Blue) = 100+112+59=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #64703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64703B is #9B8FC4. Grayscale: #666666. Windows color (decimal): -10194885 or 3895396. OLE color: 3895396.

HSL color Cylindrical-coordinate representation of color #64703B: hue angle of 73.58º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64703B is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB10011259-
CMYK0.1100.470.56
HSL73.58º30.99%33.53%-
HSV(B)73.58º47.32%43.92%-
XYZ11.8414.616.33-
YUV102.37103.52126.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=36.90%
G=41.33%
B=21.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112590.1100.470.5673.5830.9933.53
Hex64703BB02F384a1f22
Octal1441607313057701123742
Binary1100100111000011101110110101111111000100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64703B; }

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

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

<style>
 a { background-color: #64703B; }

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

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

<style>
 span { border-color: #64703B; }

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

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