Html Css Color HEX #64704F Willow Grove

📋 copy color: '#64704F'

red 100 ◦ green 112 ◦ blue 79

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

Shades of Willow Grove #64704F

Tints of Willow Grove #64704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 34.36%
G = 38.49%
B = 27.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#64704F (or 0x64704F) is known color: Willow Grove. HEX triplet: 64, 70 and 4F. RGB value is (100,112,79). Sum of RGB (Red+Green+Blue) = 100+112+79=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #64704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64704F is #9B8FB0. Grayscale: #686868. Windows color (decimal): -10194865 or 5206116. OLE color: 5206116.

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

Color convert

RGB 100 112 79 -
CMYK 0.11 0 0.29 0.56
HSL 81.82º 0.17% 0.37% -
HSV(B) 81.82º 0.29% 0.44% -
XYZ 12.46 14.86 9.61 -
YUV 104.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 100 112 79 0.11 0 0.29 0.56 81.82 0.17 0.37
Hex 64 70 4F B 0 1D 38 52 11 25
Octal 144 160 117 13 0 35 70 122 21 45
Binary 1100100 1110000 1001111 1011 0 11101 111000 1010010 10001 100101

Color Harmonies of #64704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64704F

Black with #64704F

Text Example


Text Example

White with #64704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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