Html Css Color HEX #64713A Woodland

📋 copy color: '#64713A'

red 100 ◦ green 113 ◦ blue 58

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

Shades of Woodland #64713A

Tints of Woodland #64713A

RGB

 RED value IS 100 (39.45% from 255) = 36.9%

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 36.9%
G = 41.7%
B = 21.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#64713A (or 0x64713A) is known color: Woodland. HEX triplet: 64, 71 and 3A. RGB value is (100,113,58). Sum of RGB (Red+Green+Blue) = 100+113+58=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #64713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64713A is #9B8EC5. Grayscale: #676767. Windows color (decimal): -10194630 or 3830116. OLE color: 3830116.

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

Color convert

RGB 100 113 58 -
CMYK 0.12 0 0.49 0.56
HSL 74.18º 0.32% 0.34% -
HSV(B) 74.18º 0.49% 0.44% -
XYZ 11.92 14.83 6.24 -
YUV 102.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 100 113 58 0.12 0 0.49 0.56 74.18 0.32 0.34
Hex 64 71 3A C 0 31 38 4A 20 22
Octal 144 161 72 14 0 61 70 112 40 42
Binary 1100100 1110001 111010 1100 0 110001 111000 1001010 100000 100010

Color Harmonies of #64713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64713A

Black with #64713A

Text Example


Text Example

White with #64713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64713A;
 }
 .AnyTagClassName
 {
   color: #64713A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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