#8A6542

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

Shades of Dark Wood #8A6542

Tints of Dark Wood #8A6542

Color information

#8A6542 (or 0x8A6542) is unknown color: approx Dark Wood. HEX triplet: 8A, 65 and 42. RGB value is (138,101,66). Sum of RGB (Red+Green+Blue) = 138+101+66=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6542 is #759ABD. Grayscale: #6C6C6C. Windows color (decimal): -7707326 or 4351370. OLE color: 4351370.

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

Color convert

RGB13810166-
CMYK00.270.520.46
HSL29.17º35.29%40%-
HSV(B)29.17º52.17%54.12%-
XYZ16.1215.17.22-
YUV108.07104.26149.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=45.25%
G=33.11%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381016600.270.520.4629.1735.2940
Hex8A654201B342E1d2328
Octal2121451020336456354350
Binary100010101100101100001001101111010010111011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,66); }

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

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

 a { background-color: rgb(138,101,66); }

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

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

 span { border-color: rgb(138,101,66); }

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