#8B6345

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

Shades of Dark Wood #8B6345

Tints of Dark Wood #8B6345

Color information

#8B6345 (or 0x8B6345) is unknown color: approx Dark Wood. HEX triplet: 8B, 63 and 45. RGB value is (139,99,69). Sum of RGB (Red+Green+Blue) = 139+99+69=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6345 is #749CBA. Grayscale: #6B6B6B. Windows color (decimal): -7642299 or 4547467. OLE color: 4547467.

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

Color convert

RGB1399969-
CMYK00.290.500.45
HSL25.71º33.65%40.78%-
HSV(B)25.71º50.36%54.51%-
XYZ16.1814.847.64-
YUV107.54106.25150.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=45.28%
G=32.25%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139996900.290.500.4525.7133.6540.78
Hex8B634501D322D1a2229
Octal2131431050356255324251
Binary100010111100011100010101110111001010110111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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