Html Css Color HEX #966049 Spicy Mix

📋 copy color: '#966049'

red 150 ◦ green 96 ◦ blue 73

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

Shades of Spicy Mix #966049

Tints of Spicy Mix #966049

RGB

 RED value IS 150 (58.98% from 255) = 47.02%

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 47.02%
G = 30.09%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#966049 (or 0x966049) is known color: Spicy Mix. HEX triplet: 96, 60 and 49. RGB value is (150,96,73). Sum of RGB (Red+Green+Blue) = 150+96+73=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966049 is #699FB6. Grayscale: #6D6D6D. Windows color (decimal): -6922167 or 4808854. OLE color: 4808854.

HSL color Cylindrical-coordinate representation of color #966049: hue angle of 17.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966049 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 73 -
CMYK 0 0.36 0.51 0.41
HSL 17.92º 0.35% 0.44% -
HSV(B) 17.92º 0.51% 0.59% -
XYZ 17.96 15.33 8.32 -
YUV 109.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 150 96 73 0 0.36 0.51 0.41 17.92 0.35 0.44
Hex 96 60 49 0 24 33 29 12 23 2C
Octal 226 140 111 0 44 63 51 22 43 54
Binary 10010110 1100000 1001001 0 100100 110011 101001 10010 100011 101100

Color Harmonies of #966049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966049

Black with #966049

Text Example


Text Example

White with #966049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966049; }

 p { color: rgb(150,96,73); }

 H1.HeaderClassName
 {
   color: #966049;
 }
 .AnyTagClassName
 {
   color: #966049;
 }
</style>

background-color css

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

 a { background-color: rgb(150,96,73); }

 div.DivClassName
 {
   background-color: #966049;
 }
 .BgClassName
 {
   background-color: #966049;
 }
</style>

border-color css

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

 span { border-color: rgb(150,96,73); }

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