#915E46

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

Shades of Spicy Mix #915E46

Tints of Spicy Mix #915E46

Color information

#915E46 (or 0x915E46) is unknown color: approx Spicy Mix. HEX triplet: 91, 5E and 46. RGB value is (145,94,70). Sum of RGB (Red+Green+Blue) = 145+94+70=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #915E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E46 is #6EA1B9. Grayscale: #6A6A6A. Windows color (decimal): -7250362 or 4611729. OLE color: 4611729.

HSL color Cylindrical-coordinate representation of color #915E46: hue angle of 19.2º 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 #915E46 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB1459470-
CMYK00.350.520.43
HSL19.2º34.88%42.16%-
HSV(B)19.2º51.72%56.86%-
XYZ16.7914.477.7-
YUV106.51107.4155.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=46.93%
G=30.42%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145947000.350.520.4319.234.8842.16
Hex915E46023342B13232a
Octal2211361060436453234352
Binary1001000110111101000110010001111010010101110011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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