#66724C

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

Shades of Woodland #66724C

Tints of Woodland #66724C

Color information

#66724C (or 0x66724C) is unknown color: approx Woodland. HEX triplet: 66, 72 and 4C. RGB value is (102,114,76). Sum of RGB (Red+Green+Blue) = 102+114+76=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #66724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66724C is #998DB3. Grayscale: #6A6A6A. Windows color (decimal): -10063284 or 5010022. OLE color: 5010022.

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

Color convert

RGB10211476-
CMYK0.1100.330.55
HSL78.95º20%37.25%-
HSV(B)78.95º33.33%44.71%-
XYZ12.815.389.13-
YUV106.08111.02125.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=34.93%
G=39.04%
B=26.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114760.1100.330.5578.952037.25
Hex66724CB021374f1425
Octal14616211413041671172445
Binary11001101110010100110010110100001110111100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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