#896358

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

Shades of Spicy Mix #896358

Tints of Spicy Mix #896358

Color information

#896358 (or 0x896358) is unknown color: approx Spicy Mix. HEX triplet: 89, 63 and 58. RGB value is (137,99,88). Sum of RGB (Red+Green+Blue) = 137+99+88=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #896358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896358 is #769CA7. Grayscale: #6D6D6D. Windows color (decimal): -7773352 or 5792649. OLE color: 5792649.

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

Color convert

RGB1379988-
CMYK00.280.360.46
HSL13.47º21.78%44.12%-
HSV(B)13.47º35.77%53.73%-
XYZ16.5414.9511.25-
YUV109.11116.09147.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=42.28%
G=30.56%
B=27.16%

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
Decimal137998800.280.360.4613.4721.7844.12
Hex89635801C242Ed162c
Octal2111431300344456152654
Binary1000100111000111011000011100100100101110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896358; }

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

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

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

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

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

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

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

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