#896355

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

Shades of Spicy Mix #896355

Tints of Spicy Mix #896355

Color information

#896355 (or 0x896355) is unknown color: approx Spicy Mix. HEX triplet: 89, 63 and 55. RGB value is (137,99,85). Sum of RGB (Red+Green+Blue) = 137+99+85=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896355 is #769CAA. Grayscale: #6C6C6C. Windows color (decimal): -7773355 or 5596041. OLE color: 5596041.

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

Color convert

RGB1379985-
CMYK00.280.380.46
HSL16.15º23.42%43.53%-
HSV(B)16.15º37.96%53.73%-
XYZ16.4214.910.6-
YUV108.77114.59148.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=42.68%
G=30.84%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137998500.280.380.4616.1523.4243.53
Hex89635501C262E10172c
Octal2111431250344656202754
Binary10001001110001110101010111001001101011101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896355; }

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

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

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

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

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

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

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

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