#8B6946

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

Shades of Dark Wood #8B6946

Tints of Dark Wood #8B6946

Color information

#8B6946 (or 0x8B6946) is unknown color: approx Dark Wood. HEX triplet: 8B, 69 and 46. RGB value is (139,105,70). Sum of RGB (Red+Green+Blue) = 139+105+70=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6946 is #7496B9. Grayscale: #6F6F6F. Windows color (decimal): -7640762 or 4614539. OLE color: 4614539.

HSL color Cylindrical-coordinate representation of color #8B6946: hue angle of 30.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6946 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB13910570-
CMYK00.240.500.45
HSL30.43º33.01%40.98%-
HSV(B)30.43º49.64%54.51%-
XYZ16.816.038-
YUV111.18104.76147.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=44.27%
G=33.44%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391057000.240.500.4530.4333.0140.98
Hex8B6946018322D1e2129
Octal2131511060306255364151
Binary100010111101001100011001100011001010110111110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,70); }

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

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

 a { background-color: rgb(139,105,70); }

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

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

 span { border-color: rgb(139,105,70); }

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