Html Css Color HEX #64713E Woodland

📋 copy color: '#64713E'

red 100 ◦ green 113 ◦ blue 62

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

Shades of Woodland #64713E

Tints of Woodland #64713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 36.36%
G = 41.09%
B = 22.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#64713E (or 0x64713E) is known color: Woodland. HEX triplet: 64, 71 and 3E. RGB value is (100,113,62). Sum of RGB (Red+Green+Blue) = 100+113+62=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #64713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64713E is #9B8EC1. Grayscale: #676767. Windows color (decimal): -10194626 or 4092260. OLE color: 4092260.

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

Color convert

RGB 100 113 62 -
CMYK 0.12 0 0.45 0.56
HSL 75.29º 0.29% 0.34% -
HSV(B) 75.29º 0.45% 0.44% -
XYZ 12.03 14.87 6.79 -
YUV 103.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 100 113 62 0.12 0 0.45 0.56 75.29 0.29 0.34
Hex 64 71 3E C 0 2D 38 4B 1D 22
Octal 144 161 76 14 0 55 70 113 35 42
Binary 1100100 1110001 111110 1100 0 101101 111000 1001011 11101 100010

Color Harmonies of #64713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64713E

Black with #64713E

Text Example


Text Example

White with #64713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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