#B6864C

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

Shades of Muddy Waters #B6864C

Tints of Muddy Waters #B6864C

Color information

#B6864C (or 0xB6864C) is unknown color: approx Muddy Waters. HEX triplet: B6, 86 and 4C. RGB value is (182,134,76). Sum of RGB (Red+Green+Blue) = 182+134+76=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6864C is #4979B3. Grayscale: #8E8E8E. Windows color (decimal): -4815284 or 5015222. OLE color: 5015222.

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

Color convert

RGB18213476-
CMYK00.260.580.29
HSL32.83º42.06%50.59%-
HSV(B)32.83º58.24%71.37%-
XYZ29.1227.5210.61-
YUV141.7490.9156.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 76 (30.08% from 255) = 19.39%
R=46.43%
G=34.18%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821347600.260.580.2932.8342.0650.59
HexB6864C01A3A1D212a33
Octal2662061140327235415263
Binary1011011010000110100110001101011101011101100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6864C; }

 p { color: rgb(182,134,76); }

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

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

 a { background-color: rgb(182,134,76); }

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

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

 span { border-color: rgb(182,134,76); }

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