#66693D

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

Shades of Woodland #66693D

Tints of Woodland #66693D

Color information

#66693D (or 0x66693D) is unknown color: approx Woodland. HEX triplet: 66, 69 and 3D. RGB value is (102,105,61). Sum of RGB (Red+Green+Blue) = 102+105+61=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #66693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693D is #9996C2. Grayscale: #636363. Windows color (decimal): -10065603 or 4024678. OLE color: 4024678.

HSL color Cylindrical-coordinate representation of color #66693D: hue angle of 64.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66693D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB10210561-
CMYK0.0300.420.59
HSL64.09º26.51%32.55%-
HSV(B)64.09º41.9%41.18%-
XYZ11.3713.266.38-
YUV99.09106.51130.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=38.06%
G=39.18%
B=22.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105610.0300.420.5964.0926.5132.55
Hex66693D302A3B401b21
Octal146151753052731003341
Binary11001101101001111101110101010111011100000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,105,61); }

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

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

 a { background-color: rgb(102,105,61); }

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

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

 span { border-color: rgb(102,105,61); }

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