Html Css Color HEX #605949 Masala

📋 copy color: '#605949'

red 96 ◦ green 89 ◦ blue 73

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

Shades of Masala #605949

Tints of Masala #605949

RGB

 RED value IS 96 (37.89% from 255) = 37.21%

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 37.21%
G = 34.5%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#605949 (or 0x605949) is known color: 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

RGB 96 89 73 -
CMYK 0 0.07 0.24 0.62
HSL 41.74º 0.14% 0.33% -
HSV(B) 41.74º 0.24% 0.38% -
XYZ 9.6 10.11 7.75 -
YUV 89.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 96 89 73 0 0.07 0.24 0.62 41.74 0.14 0.33
Hex 60 59 49 0 7 18 3E 2A E 21
Octal 140 131 111 0 7 30 76 52 16 41
Binary 1100000 1011001 1001001 0 111 11000 111110 101010 1110 100001

Color Harmonies of #605949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605949

Black with #605949

Text Example


Text Example

White with #605949

Text Example


Text Example

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