#896356

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

Shades of Spicy Mix #896356

Tints of Spicy Mix #896356

Color information

#896356 (or 0x896356) is unknown color: approx Spicy Mix. HEX triplet: 89, 63 and 56. RGB value is (137,99,86). Sum of RGB (Red+Green+Blue) = 137+99+86=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896356 is #769CA9. Grayscale: #6C6C6C. Windows color (decimal): -7773354 or 5661577. OLE color: 5661577.

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

Color convert

RGB1379986-
CMYK00.280.370.46
HSL15.29º22.87%43.73%-
HSV(B)15.29º37.23%53.73%-
XYZ16.4614.9110.82-
YUV108.88115.09148.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=42.55%
G=30.75%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137998600.280.370.4615.2922.8743.73
Hex89635601C252Ef172c
Octal2111431260344556172754
Binary1000100111000111010110011100100101101110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896356; }

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

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

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

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

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

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

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

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