#565146

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

Shades of Masala #565146

Tints of Masala #565146

Color information

#565146 (or 0x565146) is unknown color: approx Masala. HEX triplet: 56, 51 and 46. RGB value is (86,81,70). Sum of RGB (Red+Green+Blue) = 86+81+70=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #565146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565146 is #A9AEB9. Grayscale: #515151. Windows color (decimal): -11120314 or 4608342. OLE color: 4608342.

HSL color Cylindrical-coordinate representation of color #565146: hue angle of 41.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565146 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB868170-
CMYK00.060.190.66
HSL41.25º10.26%30.59%-
HSV(B)41.25º18.6%33.73%-
XYZ7.898.316.98-
YUV81.24121.66131.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=36.29%
G=34.18%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86817000.060.190.6641.2510.2630.59
Hex56514606134229a1f
Octal1261211060623102511237
Binary1010110101000110001100110100111000010101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565146; }

 p { color: rgb(86,81,70); }

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

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

 a { background-color: rgb(86,81,70); }

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

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

 span { border-color: rgb(86,81,70); }

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