#66724B

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

Shades of Woodland #66724B

Tints of Woodland #66724B

Color information

#66724B (or 0x66724B) is unknown color: approx Woodland. HEX triplet: 66, 72 and 4B. RGB value is (102,114,75). Sum of RGB (Red+Green+Blue) = 102+114+75=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #66724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66724B is #998DB4. Grayscale: #6A6A6A. Windows color (decimal): -10063285 or 4944486. OLE color: 4944486.

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

Color convert

RGB10211475-
CMYK0.1100.340.55
HSL78.46º20.63%37.06%-
HSV(B)78.46º34.21%44.71%-
XYZ12.7715.378.95-
YUV105.97110.52125.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=35.05%
G=39.18%
B=25.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102114750.1100.340.5578.4620.6337.06
Hex66724BB022374e1525
Octal14616211313042671162545
Binary11001101110010100101110110100010110111100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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