#896458

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

Shades of Spicy Mix #896458

Tints of Spicy Mix #896458

Color information

#896458 (or 0x896458) is unknown color: approx Spicy Mix. HEX triplet: 89, 64 and 58. RGB value is (137,100,88). Sum of RGB (Red+Green+Blue) = 137+100+88=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896458 is #769BA7. Grayscale: #6D6D6D. Windows color (decimal): -7773096 or 5792905. OLE color: 5792905.

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

Color convert

RGB13710088-
CMYK00.270.360.46
HSL14.69º21.78%44.12%-
HSV(B)14.69º35.77%53.73%-
XYZ16.6415.1411.28-
YUV109.7115.76147.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=42.15%
G=30.77%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371008800.270.360.4614.6921.7844.12
Hex89645801B242Ef162c
Octal2111441300334456172654
Binary1000100111001001011000011011100100101110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896458; }

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

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

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

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

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

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

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

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