#B6824D

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

Shades of Muddy Waters #B6824D

Tints of Muddy Waters #B6824D

Color information

#B6824D (or 0xB6824D) is unknown color: approx Muddy Waters. HEX triplet: B6, 82 and 4D. RGB value is (182,130,77). Sum of RGB (Red+Green+Blue) = 182+130+77=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6824D is #497DB2. Grayscale: #8B8B8B. Windows color (decimal): -4816307 or 5079734. OLE color: 5079734.

HSL color Cylindrical-coordinate representation of color #B6824D: hue angle of 30.29º 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 #B6824D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18213077-
CMYK00.290.580.29
HSL30.29º41.83%50.78%-
HSV(B)30.29º57.69%71.37%-
XYZ28.6126.4510.62-
YUV139.5192.73158.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=46.79%
G=33.42%
B=19.79%

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
Decimal1821307700.290.580.2930.2941.8350.78
HexB6824D01D3A1D1e2a33
Octal2662021150357235365263
Binary101101101000001010011010111011110101110111110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6824D; }

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

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

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

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

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

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

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

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