#886357

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

Shades of Spicy Mix #886357

Tints of Spicy Mix #886357

Color information

#886357 (or 0x886357) is unknown color: approx Spicy Mix. HEX triplet: 88, 63 and 57. RGB value is (136,99,87). Sum of RGB (Red+Green+Blue) = 136+99+87=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886357 is #779CA8. Grayscale: #6C6C6C. Windows color (decimal): -7838889 or 5727112. OLE color: 5727112.

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

Color convert

RGB1369987-
CMYK00.270.360.47
HSL14.69º21.97%43.73%-
HSV(B)14.69º36.03%53.33%-
XYZ16.3414.8511.02-
YUV108.7115.76147.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=42.24%
G=30.75%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136998700.270.360.4714.6921.9743.73
Hex88635701B242Ff162c
Octal2101431270334457172654
Binary1000100011000111010111011011100100101111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886357; }

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

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

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

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

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

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

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

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