#64714F

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

Shades of Willow Grove #64714F

Tints of Willow Grove #64714F

Color information

#64714F (or 0x64714F) is unknown color: approx Willow Grove. HEX triplet: 64, 71 and 4F. RGB value is (100,113,79). Sum of RGB (Red+Green+Blue) = 100+113+79=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #64714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64714F is #9B8EB0. Grayscale: #696969. Windows color (decimal): -10194609 or 5206372. OLE color: 5206372.

HSL color Cylindrical-coordinate representation of color #64714F: hue angle of 82.94º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64714F is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10011379-
CMYK0.1200.300.56
HSL82.94º17.71%37.65%-
HSV(B)82.94º30.09%44.31%-
XYZ12.5715.089.65-
YUV105.24113.19124.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=34.25%
G=38.70%
B=27.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113790.1200.300.5682.9417.7137.65
Hex64714FC01E38531226
Octal14416111714036701232246
Binary1100100111000110011111100011110111000101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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