#60594A

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

Shades of Masala #60594A

Tints of Masala #60594A

Color information

#60594A (or 0x60594A) is unknown color: approx Masala. HEX triplet: 60, 59 and 4A. RGB value is (96,89,74). Sum of RGB (Red+Green+Blue) = 96+89+74=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60594A is #9FA6B5. Grayscale: #595959. Windows color (decimal): -10462902 or 4872544. OLE color: 4872544.

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

Color convert

RGB968974-
CMYK00.070.230.62
HSL40.91º12.94%33.33%-
HSV(B)40.91º22.92%37.65%-
XYZ9.6310.137.93-
YUV89.38119.32132.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=37.07%
G=34.36%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897400.070.230.6240.9112.9433.33
Hex60594A07173E29d21
Octal140131112072776511541
Binary1100000101100110010100111101111111101010011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60594A; }

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

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

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

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

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

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

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

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