#B6814E

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

Shades of Muddy Waters #B6814E

Tints of Muddy Waters #B6814E

Color information

#B6814E (or 0xB6814E) is unknown color: approx Muddy Waters. HEX triplet: B6, 81 and 4E. RGB value is (182,129,78). Sum of RGB (Red+Green+Blue) = 182+129+78=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6814E is #497EB1. Grayscale: #8B8B8B. Windows color (decimal): -4816562 or 5145014. OLE color: 5145014.

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

Color convert

RGB18212978-
CMYK00.290.570.29
HSL29.42º41.6%50.98%-
HSV(B)29.42º57.14%71.37%-
XYZ28.5226.210.76-
YUV139.0393.56158.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=46.79%
G=33.16%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821297800.290.570.2929.4241.650.98
HexB6814E01D391D1d2a33
Octal2662011160357135355263
Binary101101101000000110011100111011110011110111101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6814E; }

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

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

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

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

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

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

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

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