#605948

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

Shades of Masala #605948

Tints of Masala #605948

Color information

#605948 (or 0x605948) is unknown color: approx Masala. HEX triplet: 60, 59 and 48. RGB value is (96,89,72). Sum of RGB (Red+Green+Blue) = 96+89+72=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605948 is #9FA6B7. Grayscale: #595959. Windows color (decimal): -10462904 or 4741472. OLE color: 4741472.

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

Color convert

RGB968972-
CMYK00.070.250.62
HSL42.5º14.29%32.94%-
HSV(B)42.5º25%37.65%-
XYZ9.5710.17.58-
YUV89.16118.32132.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=37.35%
G=34.63%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897200.070.250.6242.514.2932.94
Hex60594807193E2be21
Octal140131110073176531641
Binary1100000101100110010000111110011111101010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605948; }

 p { color: rgb(96,89,72); }

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

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

 a { background-color: rgb(96,89,72); }

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

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

 span { border-color: rgb(96,89,72); }

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