#66703F

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

Shades of Woodland #66703F

Tints of Woodland #66703F

Color information

#66703F (or 0x66703F) is unknown color: approx Woodland. HEX triplet: 66, 70 and 3F. RGB value is (102,112,63). Sum of RGB (Red+Green+Blue) = 102+112+63=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #66703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66703F is #998FC0. Grayscale: #676767. Windows color (decimal): -10063809 or 4157542. OLE color: 4157542.

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

Color convert

RGB10211263-
CMYK0.0900.440.56
HSL72.24º28%34.31%-
HSV(B)72.24º43.75%43.92%-
XYZ12.1714.776.91-
YUV103.42105.19126.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 63 (25% from 255) = 22.74%
R=36.82%
G=40.43%
B=22.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112630.0900.440.5672.242834.31
Hex66703F902C38481c22
Octal1461607711054701103442
Binary1100110111000011111110010101100111000100100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66703F; }

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

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

<style>
 a { background-color: #66703F; }

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

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

<style>
 span { border-color: #66703F; }

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

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