#93604D

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

Shades of Spicy Mix #93604D

Tints of Spicy Mix #93604D

Color information

#93604D (or 0x93604D) is unknown color: approx Spicy Mix. HEX triplet: 93, 60 and 4D. RGB value is (147,96,77). Sum of RGB (Red+Green+Blue) = 147+96+77=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93604D is #6C9FB2. Grayscale: #6D6D6D. Windows color (decimal): -7118771 or 5070995. OLE color: 5070995.

HSL color Cylindrical-coordinate representation of color #93604D: hue angle of 16.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93604D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1479677-
CMYK00.350.480.42
HSL16.29º31.25%43.92%-
HSV(B)16.29º47.62%57.65%-
XYZ17.5615.19.01-
YUV109.08109.9155.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=45.94%
G=30%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147967700.350.480.4216.2931.2543.92
Hex93604D023302A101f2c
Octal2231401150436052203754
Binary100100111100000100110101000111100001010101000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93604D; }

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

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

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

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

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

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

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

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