Html Css Color HEX #A6836B Medium Wood

📋 copy color: '#A6836B'

red 166 ◦ green 131 ◦ blue 107

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

Shades of Medium Wood #A6836B

Tints of Medium Wood #A6836B

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 value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6836B (or 0xA6836B) is known color: 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

RGB 166 131 107 -
CMYK 0 0.21 0.36 0.35
HSL 24.41º 0.25% 0.54% -
HSV(B) 24.41º 0.36% 0.65% -
XYZ 26.5 25.4 17.42 -
YUV 138.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 166 131 107 0 0.21 0.36 0.35 24.41 0.25 0.54
Hex A6 83 6B 0 15 24 23 18 19 36
Octal 246 203 153 0 25 44 43 30 31 66
Binary 10100110 10000011 1101011 0 10101 100100 100011 11000 11001 110110

Color Harmonies of #A6836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6836B

Black with #A6836B

Text Example


Text Example

White with #A6836B

Text Example


Text Example

HTML Codes & Css Web 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>