#8A6141

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

Shades of Dark Wood #8A6141

Tints of Dark Wood #8A6141

Color information

#8A6141 (or 0x8A6141) is unknown color: approx Dark Wood. HEX triplet: 8A, 61 and 41. RGB value is (138,97,65). Sum of RGB (Red+Green+Blue) = 138+97+65=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6141 is #759EBE. Grayscale: #696969. Windows color (decimal): -7708351 or 4284810. OLE color: 4284810.

HSL color Cylindrical-coordinate representation of color #8A6141: hue angle of 26.3º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6141 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1389765-
CMYK00.300.530.46
HSL26.3º35.96%39.8%-
HSV(B)26.3º52.9%54.12%-
XYZ15.7114.336.94-
YUV105.61105.08151.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=46%
G=32.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138976500.300.530.4626.335.9639.8
Hex8A614101E352E1a2428
Octal2121411010366556324450
Binary100010101100001100000101111011010110111011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,65); }

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

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

 a { background-color: rgb(138,97,65); }

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

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

 span { border-color: rgb(138,97,65); }

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