#64715A

Color #64715A Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #64715A

Tints of Willow Grove #64715A

Color information

#64715A (or 0x64715A) is unknown color: approx 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

RGB10011390-
CMYK0.1200.200.56
HSL93.91º11.33%39.8%-
HSV(B)93.91º20.35%44.31%-
XYZ13.0115.2611.93-
YUV106.49118.69123.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=33.00%
G=37.29%
B=29.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113900.1200.200.5693.9111.3339.8
Hex64715AC014385eb28
Octal14416113214024701361350
Binary110010011100011011010110001010011100010111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>