#A6836B

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

Shades of Medium Wood #A6836B

Tints of Medium Wood #A6836B

Color information

#A6836B (or 0xA6836B) is unknown color: approx Medium Wood. HEX triplet: A6, 83 and 6B. RGB value is (166,131,107). Sum of RGB (Red+Green+Blue) = 166+131+107=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6836B is #597C94. Grayscale: #8A8A8A. Windows color (decimal): -5864597 or 7046054. OLE color: 7046054.

HSL color Cylindrical-coordinate representation of color #A6836B: hue angle of 24.41º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6836B is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166131107-
CMYK00.210.360.35
HSL24.41º24.89%53.53%-
HSV(B)24.41º35.54%65.1%-
XYZ26.525.417.42-
YUV138.73110.1147.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=41.09%
G=32.43%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613110700.210.360.3524.4124.8953.53
HexA6836B0152423181936
Octal2462031530254443303166
Binary101001101000001111010110101011001001000111100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6836B; }

 p { color: rgb(166,131,107); }

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

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

 a { background-color: rgb(166,131,107); }

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

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

 span { border-color: rgb(166,131,107); }

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