Html Css Color HEX #60594A Masala

📋 copy color: '#60594A'

red 96 ◦ green 89 ◦ blue 74

#60594A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #60594A

Tints of Masala #60594A

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.3% from 255) = 28.57%

R = 37.07%
G = 34.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#60594A (or 0x60594A) is known color: 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

RGB 96 89 74 -
CMYK 0 0.07 0.23 0.62
HSL 40.91º 0.13% 0.33% -
HSV(B) 40.91º 0.23% 0.38% -
XYZ 9.63 10.13 7.93 -
YUV 89.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 96 89 74 0 0.07 0.23 0.62 40.91 0.13 0.33
Hex 60 59 4A 0 7 17 3E 29 D 21
Octal 140 131 112 0 7 27 76 51 15 41
Binary 1100000 1011001 1001010 0 111 10111 111110 101001 1101 100001

Color Harmonies of #60594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60594A

Black with #60594A

Text Example


Text Example

White with #60594A

Text Example


Text Example

HTML Codes & Css Web 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>