#936049

Color #936049 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #936049

Tints of Spicy Mix #936049

Color information

#936049 (or 0x936049) is unknown color: approx Spicy Mix. HEX triplet: 93, 60 and 49. RGB value is (147,96,73). Sum of RGB (Red+Green+Blue) = 147+96+73=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #936049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936049 is #6C9FB6. Grayscale: #6C6C6C. Windows color (decimal): -7118775 or 4808851. OLE color: 4808851.

HSL color Cylindrical-coordinate representation of color #936049: hue angle of 18.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936049 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1479673-
CMYK00.350.500.42
HSL18.65º33.64%43.14%-
HSV(B)18.65º50.34%57.65%-
XYZ17.4215.058.29-
YUV108.63107.9155.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=46.52%
G=30.38%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147967300.350.500.4218.6533.6443.14
Hex936049023322A13222b
Octal2231401110436252234253
Binary1001001111000001001001010001111001010101010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936049; }

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

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

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

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

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

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

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

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