#66704A

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

Shades of Woodland #66704A

Tints of Woodland #66704A

Color information

#66704A (or 0x66704A) is unknown color: approx Woodland. HEX triplet: 66, 70 and 4A. RGB value is (102,112,74). Sum of RGB (Red+Green+Blue) = 102+112+74=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #66704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66704A is #998FB5. Grayscale: #686868. Windows color (decimal): -10063798 or 4878438. OLE color: 4878438.

HSL color Cylindrical-coordinate representation of color #66704A: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66704A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB10211274-
CMYK0.0900.340.56
HSL75.79º20.43%36.47%-
HSV(B)75.79º33.93%43.92%-
XYZ12.5114.918.7-
YUV104.68110.69126.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=35.42%
G=38.89%
B=25.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112740.0900.340.5675.7920.4336.47
Hex66704A9022384c1424
Octal14616011211042701142444
Binary11001101110000100101010010100010111000100110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66704A; }

 p { color: rgb(102,112,74); }

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

<style>
 a { background-color: #66704A; }

 a { background-color: rgb(102,112,74); }

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

<style>
 span { border-color: #66704A; }

 span { border-color: rgb(102,112,74); }

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