#66735D

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

Shades of Willow Grove #66735D

Tints of Willow Grove #66735D

Color information

#66735D (or 0x66735D) is unknown color: approx Willow Grove. HEX triplet: 66, 73 and 5D. RGB value is (102,115,93). Sum of RGB (Red+Green+Blue) = 102+115+93=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #66735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66735D is #998CA2. Grayscale: #6C6C6C. Windows color (decimal): -10063011 or 6124390. OLE color: 6124390.

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

Color convert

RGB10211593-
CMYK0.1100.190.55
HSL95.45º10.58%40.78%-
HSV(B)95.45º19.13%45.1%-
XYZ13.5915.8812.7-
YUV108.6119.19123.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 93 (36.72% from 255) = 30%
R=32.90%
G=37.10%
B=30%

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
Decimal102115930.1100.190.5595.4510.5840.78
Hex66735DB013375fb29
Octal14616313513023671371351
Binary110011011100111011101101101001111011110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66735D; }

 p { color: rgb(102,115,93); }

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

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

 a { background-color: rgb(102,115,93); }

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

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

 span { border-color: rgb(102,115,93); }

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