#806147

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

Shades of Dark Wood #806147

Tints of Dark Wood #806147

Color information

#806147 (or 0x806147) is unknown color: approx Dark Wood. HEX triplet: 80, 61 and 47. RGB value is (128,97,71). Sum of RGB (Red+Green+Blue) = 128+97+71=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806147 is #7F9EB8. Grayscale: #676767. Windows color (decimal): -8363705 or 4678016. OLE color: 4678016.

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

Color convert

RGB1289771-
CMYK00.240.450.50
HSL27.37º28.64%39.02%-
HSV(B)27.37º44.53%50.2%-
XYZ14.3113.597.83-
YUV103.3109.77145.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=43.24%
G=32.77%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128977100.240.450.5027.3728.6439.02
Hex8061470182D321b1d27
Octal2001411070305562333547
Binary10000000110000110001110110001011011100101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806147; }

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

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

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

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

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

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

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

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