#896455

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

Shades of Spicy Mix #896455

Tints of Spicy Mix #896455

Color information

#896455 (or 0x896455) is unknown color: approx Spicy Mix. HEX triplet: 89, 64 and 55. RGB value is (137,100,85). Sum of RGB (Red+Green+Blue) = 137+100+85=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896455 is #769BAA. Grayscale: #6D6D6D. Windows color (decimal): -7773099 or 5596297. OLE color: 5596297.

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

Color convert

RGB13710085-
CMYK00.270.380.46
HSL17.31º23.42%43.53%-
HSV(B)17.31º37.96%53.73%-
XYZ16.5115.0910.64-
YUV109.35114.26147.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=42.55%
G=31.06%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371008500.270.380.4617.3123.4243.53
Hex89645501B262E11172c
Octal2111441250334656212754
Binary10001001110010010101010110111001101011101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896455; }

 p { color: rgb(137,100,85); }

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

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

 a { background-color: rgb(137,100,85); }

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

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

 span { border-color: rgb(137,100,85); }

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