#806347

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

Shades of Dark Wood #806347

Tints of Dark Wood #806347

Color information

#806347 (or 0x806347) is unknown color: approx Dark Wood. HEX triplet: 80, 63 and 47. RGB value is (128,99,71). Sum of RGB (Red+Green+Blue) = 128+99+71=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #806347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806347 is #7F9CB8. Grayscale: #686868. Windows color (decimal): -8363193 or 4678528. OLE color: 4678528.

HSL color Cylindrical-coordinate representation of color #806347: hue angle of 29.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806347 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1289971-
CMYK00.230.450.50
HSL29.47º28.64%39.02%-
HSV(B)29.47º44.53%50.2%-
XYZ14.513.977.89-
YUV104.48109.11144.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=42.95%
G=33.22%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128997100.230.450.5029.4728.6439.02
Hex8063470172D321d1d27
Octal2001431070275562353547
Binary10000000110001110001110101111011011100101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806347; }

 p { color: rgb(128,99,71); }

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

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

 a { background-color: rgb(128,99,71); }

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

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

 span { border-color: rgb(128,99,71); }

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