#806047

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

Shades of Dark Wood #806047

Tints of Dark Wood #806047

Color information

#806047 (or 0x806047) is unknown color: approx Dark Wood. HEX triplet: 80, 60 and 47. RGB value is (128,96,71). Sum of RGB (Red+Green+Blue) = 128+96+71=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806047 is #7F9FB8. Grayscale: #666666. Windows color (decimal): -8363961 or 4677760. OLE color: 4677760.

HSL color Cylindrical-coordinate representation of color #806047: hue angle of 26.32º 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 #806047 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1289671-
CMYK00.250.450.50
HSL26.32º28.64%39.02%-
HSV(B)26.32º44.53%50.2%-
XYZ14.2213.417.8-
YUV102.72110.1146.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=43.39%
G=32.54%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128967100.250.450.5026.3228.6439.02
Hex8060470192D321a1d27
Octal2001401070315562323547
Binary10000000110000010001110110011011011100101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806047; }

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

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

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

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

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

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

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

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