#915A46

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

Shades of Spicy Mix #915A46

Tints of Spicy Mix #915A46

Color information

#915A46 (or 0x915A46) is unknown color: approx Spicy Mix. HEX triplet: 91, 5A and 46. RGB value is (145,90,70). Sum of RGB (Red+Green+Blue) = 145+90+70=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #915A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A46 is #6EA5B9. Grayscale: #686868. Windows color (decimal): -7251386 or 4610705. OLE color: 4610705.

HSL color Cylindrical-coordinate representation of color #915A46: hue angle of 16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915A46 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB1459070-
CMYK00.380.520.43
HSL16º34.88%42.16%-
HSV(B)16º51.72%56.86%-
XYZ16.4413.777.59-
YUV104.16108.72157.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=47.54%
G=29.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145907000.380.520.431634.8842.16
Hex915A46026342B10232a
Octal2211321060466453204352
Binary1001000110110101000110010011011010010101110000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915A46; }

 p { color: rgb(145,90,70); }

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

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

 a { background-color: rgb(145,90,70); }

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

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

 span { border-color: rgb(145,90,70); }

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