#886255

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

Shades of Spicy Mix #886255

Tints of Spicy Mix #886255

Color information

#886255 (or 0x886255) is unknown color: approx Spicy Mix. HEX triplet: 88, 62 and 55. RGB value is (136,98,85). Sum of RGB (Red+Green+Blue) = 136+98+85=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886255 is #779DAA. Grayscale: #6B6B6B. Windows color (decimal): -7839147 or 5595784. OLE color: 5595784.

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

Color convert

RGB1369885-
CMYK00.280.380.47
HSL15.29º23.08%43.33%-
HSV(B)15.29º37.5%53.33%-
XYZ16.1614.6310.57-
YUV107.88115.09148.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=42.63%
G=30.72%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136988500.280.380.4715.2923.0843.33
Hex88625501C262Ff172b
Octal2101421250344657172753
Binary1000100011000101010101011100100110101111111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886255; }

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

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

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

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

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

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

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

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