#64713B

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

Shades of Woodland #64713B

Tints of Woodland #64713B

Color information

#64713B (or 0x64713B) is unknown color: approx Woodland. HEX triplet: 64, 71 and 3B. RGB value is (100,113,59). Sum of RGB (Red+Green+Blue) = 100+113+59=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #64713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64713B is #9B8EC4. Grayscale: #676767. Windows color (decimal): -10194629 or 3895652. OLE color: 3895652.

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

Color convert

RGB10011359-
CMYK0.1200.480.56
HSL74.44º31.4%33.73%-
HSV(B)74.44º47.79%44.31%-
XYZ11.9514.846.37-
YUV102.96103.19125.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=36.76%
G=41.54%
B=21.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113590.1200.480.5674.4431.433.73
Hex64713BC030384a1f22
Octal1441617314060701123742
Binary1100100111000111101111000110000111000100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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