#8B6046

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

Shades of Dark Wood #8B6046

Tints of Dark Wood #8B6046

Color information

#8B6046 (or 0x8B6046) is unknown color: approx Dark Wood. HEX triplet: 8B, 60 and 46. RGB value is (139,96,70). Sum of RGB (Red+Green+Blue) = 139+96+70=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6046 is #749FB9. Grayscale: #6A6A6A. Windows color (decimal): -7643066 or 4612235. OLE color: 4612235.

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

Color convert

RGB1399670-
CMYK00.310.500.45
HSL22.61º33.01%40.98%-
HSV(B)22.61º49.64%54.51%-
XYZ15.9414.37.71-
YUV105.89107.75151.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=45.57%
G=31.48%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139967000.310.500.4522.6133.0140.98
Hex8B604601F322D172129
Octal2131401060376255274151
Binary100010111100000100011001111111001010110110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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