#8A6445

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

Shades of Dark Wood #8A6445

Tints of Dark Wood #8A6445

Color information

#8A6445 (or 0x8A6445) is unknown color: approx Dark Wood. HEX triplet: 8A, 64 and 45. RGB value is (138,100,69). Sum of RGB (Red+Green+Blue) = 138+100+69=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6445 is #759BBA. Grayscale: #6B6B6B. Windows color (decimal): -7707579 or 4547722. OLE color: 4547722.

HSL color Cylindrical-coordinate representation of color #8A6445: hue angle of 26.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A6445 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB13810069-
CMYK00.280.50.46
HSL26.96º33.33%40.59%-
HSV(B)26.96º50%54.12%-
XYZ16.1114.957.67-
YUV107.83106.09149.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=44.95%
G=32.57%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381006900.280.50.4626.9633.3340.59
Hex8A644501C322E1b2129
Octal2121441050346256334151
Binary100010101100100100010101110011001010111011011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,69); }

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

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

 a { background-color: rgb(138,100,69); }

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

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

 span { border-color: rgb(138,100,69); }

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