#605949

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

Shades of Masala #605949

Tints of Masala #605949

Color information

#605949 (or 0x605949) is unknown color: approx Masala. HEX triplet: 60, 59 and 49. RGB value is (96,89,73). Sum of RGB (Red+Green+Blue) = 96+89+73=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605949 is #9FA6B6. Grayscale: #595959. Windows color (decimal): -10462903 or 4807008. OLE color: 4807008.

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

Color convert

RGB968973-
CMYK00.070.240.62
HSL41.74º13.61%33.14%-
HSV(B)41.74º23.96%37.65%-
XYZ9.610.117.75-
YUV89.27118.82132.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=37.21%
G=34.50%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897300.070.240.6241.7413.6133.14
Hex60594907183E2ae21
Octal140131111073076521641
Binary1100000101100110010010111110001111101010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605949; }

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

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

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

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

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

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

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

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