#66693F

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

Shades of Woodland #66693F

Tints of Woodland #66693F

Color information

#66693F (or 0x66693F) is unknown color: approx Woodland. HEX triplet: 66, 69 and 3F. RGB value is (102,105,63). Sum of RGB (Red+Green+Blue) = 102+105+63=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #66693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693F is #9996C0. Grayscale: #636363. Windows color (decimal): -10065601 or 4155750. OLE color: 4155750.

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

Color convert

RGB10210563-
CMYK0.0300.40.59
HSL64.29º25%32.94%-
HSV(B)64.29º40%41.18%-
XYZ11.4313.296.66-
YUV99.32107.51129.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 63 (25% from 255) = 23.33%
R=37.78%
G=38.89%
B=23.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105630.0300.40.5964.292532.94
Hex66693F30283B401921
Octal146151773050731003141
Binary11001101101001111111110101000111011100000011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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