#806642

Color #806642 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #806642

Tints of Dark Wood #806642

Color information

#806642 (or 0x806642) is unknown color: approx Dark Wood. HEX triplet: 80, 66 and 42. RGB value is (128,102,66). Sum of RGB (Red+Green+Blue) = 128+102+66=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806642 is #7F99BD. Grayscale: #696969. Windows color (decimal): -8362430 or 4351616. OLE color: 4351616.

HSL color Cylindrical-coordinate representation of color #806642: hue angle of 34.84º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806642 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12810266-
CMYK00.200.480.50
HSL34.84º31.96%38.04%-
HSV(B)34.84º48.44%50.2%-
XYZ14.6414.497.18-
YUV105.67105.61143.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=43.24%
G=34.46%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281026600.200.480.5034.8431.9638.04
Hex8066420143032232026
Octal2001461020246062434046
Binary1000000011001101000010010100110000110010100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806642; }

 p { color: rgb(128,102,66); }

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

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

 a { background-color: rgb(128,102,66); }

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

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

 span { border-color: rgb(128,102,66); }

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