#B6814D

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

Shades of Muddy Waters #B6814D

Tints of Muddy Waters #B6814D

Color information

#B6814D (or 0xB6814D) is unknown color: approx Muddy Waters. HEX triplet: B6, 81 and 4D. RGB value is (182,129,77). Sum of RGB (Red+Green+Blue) = 182+129+77=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6814D is #497EB2. Grayscale: #8B8B8B. Windows color (decimal): -4816563 or 5079478. OLE color: 5079478.

HSL color Cylindrical-coordinate representation of color #B6814D: hue angle of 29.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6814D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18212977-
CMYK00.290.580.29
HSL29.71º41.83%50.78%-
HSV(B)29.71º57.69%71.37%-
XYZ28.4826.1810.57-
YUV138.9293.06158.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=46.91%
G=33.25%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821297700.290.580.2929.7141.8350.78
HexB6814D01D3A1D1e2a33
Octal2662011150357235365263
Binary101101101000000110011010111011110101110111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6814D; }

 p { color: rgb(182,129,77); }

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

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

 a { background-color: rgb(182,129,77); }

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

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

 span { border-color: rgb(182,129,77); }

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