#66725C

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

Shades of Willow Grove #66725C

Tints of Willow Grove #66725C

Color information

#66725C (or 0x66725C) is unknown color: approx Willow Grove. HEX triplet: 66, 72 and 5C. RGB value is (102,114,92). Sum of RGB (Red+Green+Blue) = 102+114+92=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #66725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66725C is #998DA3. Grayscale: #6B6B6B. Windows color (decimal): -10063268 or 6058598. OLE color: 6058598.

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

Color convert

RGB10211492-
CMYK0.1100.190.55
HSL92.73º10.68%40.39%-
HSV(B)92.73º19.3%44.71%-
XYZ13.4315.6312.43-
YUV107.9119.02123.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=33.12%
G=37.01%
B=29.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114920.1100.190.5592.7310.6840.39
Hex66725CB013375db28
Octal14616213413023671351350
Binary110011011100101011100101101001111011110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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