#60594B

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

Shades of Masala #60594B

Tints of Masala #60594B

Color information

#60594B (or 0x60594B) is unknown color: approx Masala. HEX triplet: 60, 59 and 4B. RGB value is (96,89,75). Sum of RGB (Red+Green+Blue) = 96+89+75=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60594B is #9FA6B4. Grayscale: #595959. Windows color (decimal): -10462901 or 4938080. OLE color: 4938080.

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

Color convert

RGB968975-
CMYK00.070.220.62
HSL40º12.28%33.53%-
HSV(B)40º21.88%37.65%-
XYZ9.6710.148.1-
YUV89.5119.82132.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=36.92%
G=34.23%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96897500.070.220.624012.2833.53
Hex60594B07163E28c22
Octal140131113072676501442
Binary1100000101100110010110111101101111101010001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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