#66683F

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

Shades of Woodland #66683F

Tints of Woodland #66683F

Color information

#66683F (or 0x66683F) is unknown color: approx Woodland. HEX triplet: 66, 68 and 3F. RGB value is (102,104,63). Sum of RGB (Red+Green+Blue) = 102+104+63=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #66683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66683F is #9997C0. Grayscale: #626262. Windows color (decimal): -10065857 or 4155494. OLE color: 4155494.

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

Color convert

RGB10210463-
CMYK0.0200.390.59
HSL62.93º24.55%32.75%-
HSV(B)62.93º39.42%40.78%-
XYZ11.3313.086.63-
YUV98.73107.84130.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 63 (25% from 255) = 23.42%
R=37.92%
G=38.66%
B=23.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104630.0200.390.5962.9324.5532.75
Hex66683F20273B3f1921
Octal14615077204773773141
Binary1100110110100011111110010011111101111111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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