#8B6444

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

Shades of Dark Wood #8B6444

Tints of Dark Wood #8B6444

Color information

#8B6444 (or 0x8B6444) is unknown color: approx Dark Wood. HEX triplet: 8B, 64 and 44. RGB value is (139,100,68). Sum of RGB (Red+Green+Blue) = 139+100+68=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6444 is #749BBB. Grayscale: #6C6C6C. Windows color (decimal): -7642044 or 4482187. OLE color: 4482187.

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

Color convert

RGB13910068-
CMYK00.280.510.45
HSL27.04º34.3%40.59%-
HSV(B)27.04º51.08%54.51%-
XYZ16.2515.027.51-
YUV108.01105.42150.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=45.28%
G=32.57%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391006800.280.510.4527.0434.340.59
Hex8B644401C332D1b2229
Octal2131441040346355334251
Binary100010111100100100010001110011001110110111011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,68); }

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

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

 a { background-color: rgb(139,100,68); }

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

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

 span { border-color: rgb(139,100,68); }

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