#886057

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

Shades of Spicy Mix #886057

Tints of Spicy Mix #886057

Color information

#886057 (or 0x886057) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 57. RGB value is (136,96,87). Sum of RGB (Red+Green+Blue) = 136+96+87=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886057 is #779FA8. Grayscale: #6B6B6B. Windows color (decimal): -7839657 or 5726344. OLE color: 5726344.

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

Color convert

RGB1369687-
CMYK00.290.360.47
HSL11.02º21.97%43.73%-
HSV(B)11.02º36.03%53.33%-
XYZ16.0614.2910.93-
YUV106.93116.75148.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=42.63%
G=30.09%
B=27.27%

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
Decimal136968700.290.360.4711.0221.9743.73
Hex88605701D242Fb162c
Octal2101401270354457132654
Binary1000100011000001010111011101100100101111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886057; }

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

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

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

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

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

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

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

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