Html Css Color HEX #64704A Woodland

📋 copy color: '#64704A'

red 100 ◦ green 112 ◦ blue 74

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

Shades of Woodland #64704A

Tints of Woodland #64704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 34.97%
G = 39.16%
B = 25.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#64704A (or 0x64704A) is known color: Woodland. HEX triplet: 64, 70 and 4A. RGB value is (100,112,74). Sum of RGB (Red+Green+Blue) = 100+112+74=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #64704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64704A is #9B8FB5. Grayscale: #686868. Windows color (decimal): -10194870 or 4878436. OLE color: 4878436.

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

Color convert

RGB 100 112 74 -
CMYK 0.11 0 0.34 0.56
HSL 78.95º 0.2% 0.36% -
HSV(B) 78.95º 0.34% 0.44% -
XYZ 12.29 14.79 8.69 -
YUV 104.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 100 112 74 0.11 0 0.34 0.56 78.95 0.2 0.36
Hex 64 70 4A B 0 22 38 4F 14 24
Octal 144 160 112 13 0 42 70 117 24 44
Binary 1100100 1110000 1001010 1011 0 100010 111000 1001111 10100 100100

Color Harmonies of #64704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64704A

Black with #64704A

Text Example


Text Example

White with #64704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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