Html Css Color HEX #60594B Masala

📋 copy color: '#60594B'

red 96 ◦ green 89 ◦ blue 75

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

Shades of Masala #60594B

Tints of Masala #60594B

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 value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 96 89 75 -
CMYK 0 0.07 0.22 0.62
HSL 40º 0.12% 0.34% -
HSV(B) 40º 0.22% 0.38% -
XYZ 9.67 10.14 8.1 -
YUV 89.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 96 89 75 0 0.07 0.22 0.62 40 0.12 0.34
Hex 60 59 4B 0 7 16 3E 28 C 22
Octal 140 131 113 0 7 26 76 50 14 42
Binary 1100000 1011001 1001011 0 111 10110 111110 101000 1100 100010

Color Harmonies of #60594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60594B

Black with #60594B

Text Example


Text Example

White with #60594B

Text Example


Text Example

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