#8D6145

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

Shades of Dark Wood #8D6145

Tints of Dark Wood #8D6145

Color information

#8D6145 (or 0x8D6145) is unknown color: approx Dark Wood. HEX triplet: 8D, 61 and 45. RGB value is (141,97,69). Sum of RGB (Red+Green+Blue) = 141+97+69=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6145 is #729EBA. Grayscale: #6B6B6B. Windows color (decimal): -7511739 or 4546957. OLE color: 4546957.

HSL color Cylindrical-coordinate representation of color #8D6145: hue angle of 23.33º 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 #8D6145 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1419769-
CMYK00.310.510.45
HSL23.33º34.29%41.18%-
HSV(B)23.33º51.06%55.29%-
XYZ16.3314.647.6-
YUV106.96106.58152.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=45.93%
G=31.60%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141976900.310.510.4523.3334.2941.18
Hex8D614501F332D172229
Octal2151411050376355274251
Binary100011011100001100010101111111001110110110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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