#896357

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

Shades of Spicy Mix #896357

Tints of Spicy Mix #896357

Color information

#896357 (or 0x896357) is unknown color: approx Spicy Mix. HEX triplet: 89, 63 and 57. RGB value is (137,99,87). Sum of RGB (Red+Green+Blue) = 137+99+87=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896357 is #769CA8. Grayscale: #6D6D6D. Windows color (decimal): -7773353 or 5727113. OLE color: 5727113.

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

Color convert

RGB1379987-
CMYK00.280.360.46
HSL14.4º22.32%43.92%-
HSV(B)14.4º36.5%53.73%-
XYZ16.514.9311.03-
YUV108.99115.59147.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=42.41%
G=30.65%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137998700.280.360.4614.422.3243.92
Hex89635701C242Ee162c
Octal2111431270344456162654
Binary1000100111000111010111011100100100101110111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896357; }

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

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

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

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

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

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

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

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