#896056

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

Shades of Spicy Mix #896056

Tints of Spicy Mix #896056

Color information

#896056 (or 0x896056) is unknown color: approx Spicy Mix. HEX triplet: 89, 60 and 56. RGB value is (137,96,86). Sum of RGB (Red+Green+Blue) = 137+96+86=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #896056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896056 is #769FA9. Grayscale: #6B6B6B. Windows color (decimal): -7774122 or 5660809. OLE color: 5660809.

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

Color convert

RGB1379686-
CMYK00.300.370.46
HSL11.76º22.87%43.73%-
HSV(B)11.76º37.23%53.73%-
XYZ16.1814.3610.72-
YUV107.12116.08149.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=42.95%
G=30.09%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137968600.300.370.4611.7622.8743.73
Hex89605601E252Ec172c
Octal2111401260364556142754
Binary1000100111000001010110011110100101101110110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896056; }

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

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

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

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

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

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

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

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