#65744F

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

Shades of Willow Grove #65744F

Tints of Willow Grove #65744F

Color information

#65744F (or 0x65744F) is unknown color: approx Willow Grove. HEX triplet: 65, 74 and 4F. RGB value is (101,116,79). Sum of RGB (Red+Green+Blue) = 101+116+79=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #65744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65744F is #9A8BB0. Grayscale: #6B6B6B. Windows color (decimal): -10128305 or 5207141. OLE color: 5207141.

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

Color convert

RGB10111679-
CMYK0.1300.320.55
HSL84.32º18.97%38.24%-
HSV(B)84.32º31.9%45.49%-
XYZ13.0215.829.76-
YUV107.3112.03123.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=34.12%
G=39.19%
B=26.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116790.1300.320.5584.3218.9738.24
Hex65744FD02037541326
Octal14516411715040671242346
Binary11001011110100100111111010100000110111101010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,116,79); }

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

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

 a { background-color: rgb(101,116,79); }

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

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

 span { border-color: rgb(101,116,79); }

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