Html Css Color HEX #64713B Woodland

📋 copy color: '#64713B'

red 100 ◦ green 113 ◦ blue 59

#64713B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #64713B

Tints of Woodland #64713B

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 value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#64713B (or 0x64713B) is known color: 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

RGB 100 113 59 -
CMYK 0.12 0 0.48 0.56
HSL 74.44º 0.31% 0.34% -
HSV(B) 74.44º 0.48% 0.44% -
XYZ 11.95 14.84 6.37 -
YUV 102.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 100 113 59 0.12 0 0.48 0.56 74.44 0.31 0.34
Hex 64 71 3B C 0 30 38 4A 1F 22
Octal 144 161 73 14 0 60 70 112 37 42
Binary 1100100 1110001 111011 1100 0 110000 111000 1001010 11111 100010

Color Harmonies of #64713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64713B

Black with #64713B

Text Example


Text Example

White with #64713B

Text Example


Text Example

HTML Codes & Css Web 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>