#8B6344

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

Shades of Dark Wood #8B6344

Tints of Dark Wood #8B6344

Color information

#8B6344 (or 0x8B6344) is unknown color: approx Dark Wood. HEX triplet: 8B, 63 and 44. RGB value is (139,99,68). Sum of RGB (Red+Green+Blue) = 139+99+68=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6344 is #749CBB. Grayscale: #6B6B6B. Windows color (decimal): -7642300 or 4481931. OLE color: 4481931.

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

Color convert

RGB1399968-
CMYK00.290.510.45
HSL26.2º34.3%40.59%-
HSV(B)26.2º51.08%54.51%-
XYZ16.1514.837.48-
YUV107.43105.75150.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=45.42%
G=32.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139996800.290.510.4526.234.340.59
Hex8B634401D332D1a2229
Octal2131431040356355324251
Binary100010111100011100010001110111001110110111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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