#A6794A

Color #A6794A Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A6794A

Tints of Muesli #A6794A

Color information

#A6794A (or 0xA6794A) is unknown color: approx Muesli. HEX triplet: A6, 79 and 4A. RGB value is (166,121,74). Sum of RGB (Red+Green+Blue) = 166+121+74=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6794A is #5986B5. Grayscale: #818181. Windows color (decimal): -5867190 or 4880806. OLE color: 4880806.

HSL color Cylindrical-coordinate representation of color #A6794A: hue angle of 30.65º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6794A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16612174-
CMYK00.270.550.35
HSL30.65º38.33%47.06%-
HSV(B)30.65º55.42%65.1%-
XYZ23.822.289.52-
YUV129.196.91154.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=45.98%
G=33.52%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661217400.270.550.3530.6538.3347.06
HexA6794A01B37231f262f
Octal2461711120336743374657
Binary101001101111001100101001101111011110001111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6794A; }

 p { color: rgb(166,121,74); }

 H1.HeaderClassName
 {
   color: #A6794A;
 }
 .AnyTagClassName
 {
   color: #A6794A;
 }
</style>
background-color css

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

 a { background-color: rgb(166,121,74); }

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

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

 span { border-color: rgb(166,121,74); }

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