#886355

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

Shades of Spicy Mix #886355

Tints of Spicy Mix #886355

Color information

#886355 (or 0x886355) is unknown color: approx Spicy Mix. HEX triplet: 88, 63 and 55. RGB value is (136,99,85). Sum of RGB (Red+Green+Blue) = 136+99+85=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886355 is #779CAA. Grayscale: #6C6C6C. Windows color (decimal): -7838891 or 5596040. OLE color: 5596040.

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

Color convert

RGB1369985-
CMYK00.270.380.47
HSL16.47º23.08%43.33%-
HSV(B)16.47º37.5%53.33%-
XYZ16.2514.8110.6-
YUV108.47114.76147.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=42.5%
G=30.94%
B=26.56%

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
Decimal136998500.270.380.4716.4723.0843.33
Hex88635501B262F10172b
Octal2101431250334657202753
Binary10001000110001110101010110111001101011111000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886355; }

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

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

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

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

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

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

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

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