#806447

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

Shades of Dark Wood #806447

Tints of Dark Wood #806447

Color information

#806447 (or 0x806447) is unknown color: approx Dark Wood. HEX triplet: 80, 64 and 47. RGB value is (128,100,71). Sum of RGB (Red+Green+Blue) = 128+100+71=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #806447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806447 is #7F9BB8. Grayscale: #696969. Windows color (decimal): -8362937 or 4678784. OLE color: 4678784.

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

Color convert

RGB12810071-
CMYK00.220.450.50
HSL30.53º28.64%39.02%-
HSV(B)30.53º44.53%50.2%-
XYZ14.614.167.92-
YUV105.07108.78144.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=42.81%
G=33.44%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281007100.220.450.5030.5328.6439.02
Hex8064470162D321f1d27
Octal2001441070265562373547
Binary10000000110010010001110101101011011100101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806447; }

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

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

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

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

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

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

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

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