#806043

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

Shades of Dark Wood #806043

Tints of Dark Wood #806043

Color information

#806043 (or 0x806043) is unknown color: approx Dark Wood. HEX triplet: 80, 60 and 43. RGB value is (128,96,67). Sum of RGB (Red+Green+Blue) = 128+96+67=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #806043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806043 is #7F9FBC. Grayscale: #666666. Windows color (decimal): -8363965 or 4415616. OLE color: 4415616.

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

Color convert

RGB1289667-
CMYK00.250.480.50
HSL28.52º31.28%38.24%-
HSV(B)28.52º47.66%50.2%-
XYZ14.113.367.15-
YUV102.26108.1146.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=43.99%
G=32.99%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128966700.250.480.5028.5231.2838.24
Hex80604301930321d1f26
Octal2001401030316062353746
Binary10000000110000010000110110011100001100101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806043; }

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

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

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

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

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

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

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

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