Html Css Color HEX #A6806B Medium Wood

📋 copy color: '#A6806B'

red 166 ◦ green 128 ◦ blue 107

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

Shades of Medium Wood #A6806B

Tints of Medium Wood #A6806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 41.4%
G = 31.92%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6806B (or 0xA6806B) is known color: Medium Wood. HEX triplet: A6, 80 and 6B. RGB value is (166,128,107). Sum of RGB (Red+Green+Blue) = 166+128+107=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806B is #597F94. Grayscale: #898989. Windows color (decimal): -5865365 or 7045286. OLE color: 7045286.

HSL color Cylindrical-coordinate representation of color #A6806B: hue angle of 21.36º 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 #A6806B is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 107 -
CMYK 0 0.23 0.36 0.35
HSL 21.36º 0.25% 0.54% -
HSV(B) 21.36º 0.36% 0.65% -
XYZ 26.1 24.61 17.28 -
YUV 136.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 166 128 107 0 0.23 0.36 0.35 21.36 0.25 0.54
Hex A6 80 6B 0 17 24 23 15 19 36
Octal 246 200 153 0 27 44 43 25 31 66
Binary 10100110 10000000 1101011 0 10111 100100 100011 10101 11001 110110

Color Harmonies of #A6806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6806B

Black with #A6806B

Text Example


Text Example

White with #A6806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6806B; }

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

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

background-color css

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

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

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

border-color css

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

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

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