#647350

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

Shades of Willow Grove #647350

Tints of Willow Grove #647350

Color information

#647350 (or 0x647350) is unknown color: approx Willow Grove. HEX triplet: 64, 73 and 50. RGB value is (100,115,80). Sum of RGB (Red+Green+Blue) = 100+115+80=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #647350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647350 is #9B8CAF. Grayscale: #6A6A6A. Windows color (decimal): -10194096 or 5272420. OLE color: 5272420.

HSL color Cylindrical-coordinate representation of color #647350: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647350 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10011580-
CMYK0.1300.300.55
HSL85.71º17.95%38.24%-
HSV(B)85.71º30.43%45.1%-
XYZ12.8315.559.91-
YUV106.52113.03123.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=33.90%
G=38.98%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115800.1300.300.5585.7117.9538.24
Hex647350D01E37561226
Octal14416312015036671262246
Binary1100100111001110100001101011110110111101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647350; }

 p { color: rgb(100,115,80); }

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

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

 a { background-color: rgb(100,115,80); }

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

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

 span { border-color: rgb(100,115,80); }

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