#605846

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

Shades of Masala #605846

Tints of Masala #605846

Color information

#605846 (or 0x605846) is unknown color: approx Masala. HEX triplet: 60, 58 and 46. RGB value is (96,88,70). Sum of RGB (Red+Green+Blue) = 96+88+70=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605846 is #9FA7B9. Grayscale: #585858. Windows color (decimal): -10463162 or 4610144. OLE color: 4610144.

HSL color Cylindrical-coordinate representation of color #605846: hue angle of 41.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #605846 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB968870-
CMYK00.080.270.62
HSL41.54º15.66%32.55%-
HSV(B)41.54º27.08%37.65%-
XYZ9.429.917.21-
YUV88.34117.65133.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=37.80%
G=34.65%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96887000.080.270.6241.5415.6632.55
Hex605846081B3E2a1021
Octal1401301060103376522041
Binary110000010110001000110010001101111111010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605846; }

 p { color: rgb(96,88,70); }

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

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

 a { background-color: rgb(96,88,70); }

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

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

 span { border-color: rgb(96,88,70); }

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