#64705A

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

Shades of Willow Grove #64705A

Tints of Willow Grove #64705A

Color information

#64705A (or 0x64705A) is unknown color: approx Willow Grove. HEX triplet: 64, 70 and 5A. RGB value is (100,112,90). Sum of RGB (Red+Green+Blue) = 100+112+90=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #64705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64705A is #9B8FA5. Grayscale: #696969. Windows color (decimal): -10194854 or 5927012. OLE color: 5927012.

HSL color Cylindrical-coordinate representation of color #64705A: hue angle of 92.73º 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 #64705A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB10011290-
CMYK0.1100.200.56
HSL92.73º10.89%39.61%-
HSV(B)92.73º19.64%43.92%-
XYZ12.915.0411.9-
YUV105.9119.02123.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=33.11%
G=37.09%
B=29.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112900.1100.200.5692.7310.8939.61
Hex64705AB014385db28
Octal14416013213024701351350
Binary110010011100001011010101101010011100010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64705A;
 }
 .AnyTagClassName
 {
   color: #64705A;
 }
</style>
background-color css

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

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

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

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

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

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