#b68351

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

Shades of Muddy Waters #B68351

Tints of Muddy Waters #B68351

Color information

#B68351 (or 0xB68351) is unknown color: approx Muddy Waters. HEX triplet: B6, 83 and 51. RGB value is (182,131,81). Sum of RGB (Red+Green+Blue) = 182+131+81=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68351 is #497CAE. Grayscale: #8C8C8C. Windows color (decimal): -4816047 or 5342134. OLE color: 5342134.

HSL color Cylindrical-coordinate representation of color #B68351: hue angle of 29.7º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B68351 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18213181-
CMYK00.280.550.29
HSL29.7º40.89%51.57%-
HSV(B)29.7º55.49%71.37%-
XYZ28.8926.7711.43-
YUV140.5594.4157.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=46.19%
G=33.25%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821318100.280.550.2929.740.8951.57
HexB6835101C371D1e2934
Octal2662031210346735365164
Binary101101101000001110100010111001101111110111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68351; }

 p { color: rgb(182,131,81); }

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

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

 a { background-color: rgb(182,131,81); }

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

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

 span { border-color: rgb(182,131,81); }

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