Html Css Color HEX #A6836D Medium Wood

📋 copy color: '#A6836D'

red 166 ◦ green 131 ◦ blue 109

#A6836D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #A6836D

Tints of Medium Wood #A6836D

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 40.89%
G = 32.27%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6836D (or 0xA6836D) is known color: Medium Wood. HEX triplet: A6, 83 and 6D. RGB value is (166,131,109). Sum of RGB (Red+Green+Blue) = 166+131+109=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6836D is #597C92. Grayscale: #8B8B8B. Windows color (decimal): -5864595 or 7177126. OLE color: 7177126.

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

Color convert

RGB 166 131 109 -
CMYK 0 0.21 0.34 0.35
HSL 23.16º 0.24% 0.54% -
HSV(B) 23.16º 0.34% 0.65% -
XYZ 26.6 25.44 17.98 -
YUV 138.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 166 131 109 0 0.21 0.34 0.35 23.16 0.24 0.54
Hex A6 83 6D 0 15 22 23 17 18 36
Octal 246 203 155 0 25 42 43 27 30 66
Binary 10100110 10000011 1101101 0 10101 100010 100011 10111 11000 110110

Color Harmonies of #A6836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6836D

Black with #A6836D

Text Example


Text Example

White with #A6836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6836D; }

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

 H1.HeaderClassName
 {
   color: #A6836D;
 }
 .AnyTagClassName
 {
   color: #A6836D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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