#A6804D

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

Shades of Muddy Waters #A6804D

Tints of Muddy Waters #A6804D

Color information

#A6804D (or 0xA6804D) is unknown color: approx Muddy Waters. HEX triplet: A6, 80 and 4D. RGB value is (166,128,77). Sum of RGB (Red+Green+Blue) = 166+128+77=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6804D is #597FB2. Grayscale: #858585. Windows color (decimal): -5865395 or 5079206. OLE color: 5079206.

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

Color convert

RGB16612877-
CMYK00.230.540.35
HSL34.38º36.63%47.65%-
HSV(B)34.38º53.61%65.1%-
XYZ24.7824.0810.36-
YUV133.5596.09151.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=44.74%
G=34.50%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661287700.230.540.3534.3836.6347.65
HexA6804D0173623222530
Octal2462001150276643424560
Binary10100110100000001001101010111110110100011100010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6804D; }

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

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

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

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

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

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

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

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