#886157

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

Shades of Spicy Mix #886157

Tints of Spicy Mix #886157

Color information

#886157 (or 0x886157) is unknown color: approx Spicy Mix. HEX triplet: 88, 61 and 57. RGB value is (136,97,87). Sum of RGB (Red+Green+Blue) = 136+97+87=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886157 is #779EA8. Grayscale: #6B6B6B. Windows color (decimal): -7839401 or 5726600. OLE color: 5726600.

HSL color Cylindrical-coordinate representation of color #886157: hue angle of 12.24º 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 #886157 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1369787-
CMYK00.290.360.47
HSL12.24º21.97%43.73%-
HSV(B)12.24º36.03%53.33%-
XYZ16.1514.4710.96-
YUV107.52116.42148.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=42.5%
G=30.31%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136978700.290.360.4712.2421.9743.73
Hex88615701D242Fc162c
Octal2101411270354457142654
Binary1000100011000011010111011101100100101111110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886157; }

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

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

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

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

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

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

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

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