#8a6346

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

Shades of Dark Wood #8A6346

Tints of Dark Wood #8A6346

Color information

#8A6346 (or 0x8A6346) is unknown color: approx Dark Wood. HEX triplet: 8A, 63 and 46. RGB value is (138,99,70). Sum of RGB (Red+Green+Blue) = 138+99+70=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6346 is #759CB9. Grayscale: #6B6B6B. Windows color (decimal): -7707834 or 4613002. OLE color: 4613002.

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

Color convert

RGB1389970-
CMYK00.280.490.46
HSL25.59º32.69%40.78%-
HSV(B)25.59º49.28%54.12%-
XYZ16.0514.777.8-
YUV107.36106.92149.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=44.95%
G=32.25%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138997000.280.490.4625.5932.6940.78
Hex8A634601C312E1a2129
Octal2121431060346156324151
Binary100010101100011100011001110011000110111011010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,99,70); }

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

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

 a { background-color: rgb(138,99,70); }

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

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

 span { border-color: rgb(138,99,70); }

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