#886457

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

Shades of Spicy Mix #886457

Tints of Spicy Mix #886457

Color information

#886457 (or 0x886457) is unknown color: approx Spicy Mix. HEX triplet: 88, 64 and 57. RGB value is (136,100,87). Sum of RGB (Red+Green+Blue) = 136+100+87=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #886457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886457 is #779BA8. Grayscale: #6D6D6D. Windows color (decimal): -7838633 or 5727368. OLE color: 5727368.

HSL color Cylindrical-coordinate representation of color #886457: hue angle of 15.92º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886457 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13610087-
CMYK00.260.360.47
HSL15.92º21.97%43.73%-
HSV(B)15.92º36.03%53.33%-
XYZ16.4315.0411.05-
YUV109.28115.43147.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=42.11%
G=30.96%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361008700.260.360.4715.9221.9743.73
Hex88645701A242F10162c
Octal2101441270324457202654
Binary10001000110010010101110110101001001011111000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886457; }

 p { color: rgb(136,100,87); }

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

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

 a { background-color: rgb(136,100,87); }

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

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

 span { border-color: rgb(136,100,87); }

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