#806445

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

Shades of Dark Wood #806445

Tints of Dark Wood #806445

Color information

#806445 (or 0x806445) is unknown color: approx Dark Wood. HEX triplet: 80, 64 and 45. RGB value is (128,100,69). Sum of RGB (Red+Green+Blue) = 128+100+69=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806445 is #7F9BBA. Grayscale: #686868. Windows color (decimal): -8362939 or 4547712. OLE color: 4547712.

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

Color convert

RGB12810069-
CMYK00.220.460.50
HSL31.53º29.95%38.63%-
HSV(B)31.53º46.09%50.2%-
XYZ14.5314.137.59-
YUV104.84107.78144.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=43.10%
G=33.67%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281006900.220.460.5031.5329.9538.63
Hex8064450162E32201e27
Octal2001441050265662403647
Binary100000001100100100010101011010111011001010000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806445; }

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

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

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

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

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

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

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

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