#8D6345

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

Shades of Dark Wood #8D6345

Tints of Dark Wood #8D6345

Color information

#8D6345 (or 0x8D6345) is unknown color: approx Dark Wood. HEX triplet: 8D, 63 and 45. RGB value is (141,99,69). Sum of RGB (Red+Green+Blue) = 141+99+69=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6345 is #729CBA. Grayscale: #6C6C6C. Windows color (decimal): -7511227 or 4547469. OLE color: 4547469.

HSL color Cylindrical-coordinate representation of color #8D6345: hue angle of 25º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6345 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1419969-
CMYK00.300.510.45
HSL25º34.29%41.18%-
HSV(B)25º51.06%55.29%-
XYZ16.5215.027.66-
YUV108.14105.91151.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.63%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=45.63%
G=32.04%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141996900.300.510.452534.2941.18
Hex8D634501E332D192229
Octal2151431050366355314251
Binary100011011100011100010101111011001110110111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6345; }

 p { color: rgb(141,99,69); }

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

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

 a { background-color: rgb(141,99,69); }

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

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

 span { border-color: rgb(141,99,69); }

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