#8B6644

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

Shades of Dark Wood #8B6644

Tints of Dark Wood #8B6644

Color information

#8B6644 (or 0x8B6644) is unknown color: approx Dark Wood. HEX triplet: 8B, 66 and 44. RGB value is (139,102,68). Sum of RGB (Red+Green+Blue) = 139+102+68=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6644 is #7499BB. Grayscale: #6D6D6D. Windows color (decimal): -7641532 or 4482699. OLE color: 4482699.

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

Color convert

RGB13910268-
CMYK00.270.510.45
HSL28.73º34.3%40.59%-
HSV(B)28.73º51.08%54.51%-
XYZ16.4415.417.58-
YUV109.19104.76149.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=44.98%
G=33.01%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391026800.270.510.4528.7334.340.59
Hex8B664401B332D1d2229
Octal2131461040336355354251
Binary100010111100110100010001101111001110110111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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