Html Css Color HEX #A6836F Medium Wood

📋 copy color: '#A6836F'

red 166 ◦ green 131 ◦ blue 111

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

Shades of Medium Wood #A6836F

Tints of Medium Wood #A6836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 40.69%
G = 32.11%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6836F (or 0xA6836F) is known color: Medium Wood. HEX triplet: A6, 83 and 6F. RGB value is (166,131,111). Sum of RGB (Red+Green+Blue) = 166+131+111=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6836F is #597C90. Grayscale: #8B8B8B. Windows color (decimal): -5864593 or 7308198. OLE color: 7308198.

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

Color convert

RGB 166 131 111 -
CMYK 0 0.21 0.33 0.35
HSL 21.82º 0.24% 0.54% -
HSV(B) 21.82º 0.33% 0.65% -
XYZ 26.71 25.49 18.55 -
YUV 139.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 166 131 111 0 0.21 0.33 0.35 21.82 0.24 0.54
Hex A6 83 6F 0 15 21 23 16 18 36
Octal 246 203 157 0 25 41 43 26 30 66
Binary 10100110 10000011 1101111 0 10101 100001 100011 10110 11000 110110

Color Harmonies of #A6836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6836F

Black with #A6836F

Text Example


Text Example

White with #A6836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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