#886056

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

Shades of Spicy Mix #886056

Tints of Spicy Mix #886056

Color information

#886056 (or 0x886056) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 56. RGB value is (136,96,86). Sum of RGB (Red+Green+Blue) = 136+96+86=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886056 is #779FA9. Grayscale: #6A6A6A. Windows color (decimal): -7839658 or 5660808. OLE color: 5660808.

HSL color Cylindrical-coordinate representation of color #886056: hue angle of 12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886056 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1369686-
CMYK00.290.370.47
HSL12º22.52%43.53%-
HSV(B)12º36.76%53.33%-
XYZ16.0214.2710.71-
YUV106.82116.25148.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=42.77%
G=30.19%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136968600.290.370.471222.5243.53
Hex88605601D252Fc172c
Octal2101401260354557142754
Binary1000100011000001010110011101100101101111110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886056; }

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

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

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

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

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

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

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

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