#66745C

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

Shades of Willow Grove #66745C

Tints of Willow Grove #66745C

Color information

#66745C (or 0x66745C) is unknown color: approx Willow Grove. HEX triplet: 66, 74 and 5C. RGB value is (102,116,92). Sum of RGB (Red+Green+Blue) = 102+116+92=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #66745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66745C is #998BA3. Grayscale: #6D6D6D. Windows color (decimal): -10062756 or 6059110. OLE color: 6059110.

HSL color Cylindrical-coordinate representation of color #66745C: hue angle of 95º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66745C is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB10211692-
CMYK0.1200.210.55
HSL95º11.54%40.78%-
HSV(B)95º20.69%45.49%-
XYZ13.6616.0912.51-
YUV109.08118.36122.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=32.90%
G=37.42%
B=29.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102116920.1200.210.559511.5440.78
Hex66745CC015375fc29
Octal14616413414025671371451
Binary110011011101001011100110001010111011110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66745C; }

 p { color: rgb(102,116,92); }

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

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

 a { background-color: rgb(102,116,92); }

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

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

 span { border-color: rgb(102,116,92); }

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