Html Css Color HEX #64715A Willow Grove

📋 copy color: '#64715A'

red 100 ◦ green 113 ◦ blue 90

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

Shades of Willow Grove #64715A

Tints of Willow Grove #64715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 33%
G = 37.29%
B = 29.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#64715A (or 0x64715A) is known color: Willow Grove. HEX triplet: 64, 71 and 5A. RGB value is (100,113,90). Sum of RGB (Red+Green+Blue) = 100+113+90=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #64715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715A is #9B8EA5. Grayscale: #6A6A6A. Windows color (decimal): -10194598 or 5927268. OLE color: 5927268.

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

Color convert

RGB 100 113 90 -
CMYK 0.12 0 0.20 0.56
HSL 93.91º 0.11% 0.4% -
HSV(B) 93.91º 0.2% 0.44% -
XYZ 13.01 15.26 11.93 -
YUV 106.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 100 113 90 0.12 0 0.20 0.56 93.91 0.11 0.4
Hex 64 71 5A C 0 14 38 5E B 28
Octal 144 161 132 14 0 24 70 136 13 50
Binary 1100100 1110001 1011010 1100 0 10100 111000 1011110 1011 101000

Color Harmonies of #64715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64715A

Black with #64715A

Text Example


Text Example

White with #64715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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