Html Css Color HEX #A6806C Medium Wood

📋 copy color: '#A6806C'

red 166 ◦ green 128 ◦ blue 108

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

Shades of Medium Wood #A6806C

Tints of Medium Wood #A6806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 41.29%
G = 31.84%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6806C (or 0xA6806C) is known color: Medium Wood. HEX triplet: A6, 80 and 6C. RGB value is (166,128,108). Sum of RGB (Red+Green+Blue) = 166+128+108=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806C is #597F93. Grayscale: #898989. Windows color (decimal): -5865364 or 7110822. OLE color: 7110822.

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

Color convert

RGB 166 128 108 -
CMYK 0 0.23 0.35 0.35
HSL 20.69º 0.25% 0.54% -
HSV(B) 20.69º 0.35% 0.65% -
XYZ 26.15 24.63 17.56 -
YUV 137.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 166 128 108 0 0.23 0.35 0.35 20.69 0.25 0.54
Hex A6 80 6C 0 17 23 23 15 19 36
Octal 246 200 154 0 27 43 43 25 31 66
Binary 10100110 10000000 1101100 0 10111 100011 100011 10101 11001 110110

Color Harmonies of #A6806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6806C

Black with #A6806C

Text Example


Text Example

White with #A6806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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