#886354

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

Shades of Spicy Mix #886354

Tints of Spicy Mix #886354

Color information

#886354 (or 0x886354) is unknown color: approx Spicy Mix. HEX triplet: 88, 63 and 54. RGB value is (136,99,84). Sum of RGB (Red+Green+Blue) = 136+99+84=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886354 is #779CAB. Grayscale: #6C6C6C. Windows color (decimal): -7838892 or 5530504. OLE color: 5530504.

HSL color Cylindrical-coordinate representation of color #886354: hue angle of 17.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886354 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1369984-
CMYK00.270.380.47
HSL17.31º23.64%43.14%-
HSV(B)17.31º38.24%53.33%-
XYZ16.2214.810.39-
YUV108.35114.26147.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=42.63%
G=31.03%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136998400.270.380.4717.3123.6443.14
Hex88635401B262F11182b
Octal2101431240334657213053
Binary10001000110001110101000110111001101011111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886354; }

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

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

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

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

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

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

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

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