#916349

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

Shades of Spicy Mix #916349

Tints of Spicy Mix #916349

Color information

#916349 (or 0x916349) is unknown color: approx Spicy Mix. HEX triplet: 91, 63 and 49. RGB value is (145,99,73). Sum of RGB (Red+Green+Blue) = 145+99+73=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #916349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916349 is #6E9CB6. Grayscale: #6D6D6D. Windows color (decimal): -7249079 or 4809617. OLE color: 4809617.

HSL color Cylindrical-coordinate representation of color #916349: hue angle of 21.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916349 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1459973-
CMYK00.320.500.43
HSL21.67º33.03%42.75%-
HSV(B)21.67º49.66%56.86%-
XYZ17.3415.428.37-
YUV109.79107.24153.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=45.74%
G=31.23%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145997300.320.500.4321.6733.0342.75
Hex916349020322B16212b
Octal2211431110406253264153
Binary1001000111000111001001010000011001010101110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916349; }

 p { color: rgb(145,99,73); }

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

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

 a { background-color: rgb(145,99,73); }

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

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

 span { border-color: rgb(145,99,73); }

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