#896451

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

Shades of Spicy Mix #896451

Tints of Spicy Mix #896451

Color information

#896451 (or 0x896451) is unknown color: approx Spicy Mix. HEX triplet: 89, 64 and 51. RGB value is (137,100,81). Sum of RGB (Red+Green+Blue) = 137+100+81=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #896451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896451 is #769BAE. Grayscale: #6D6D6D. Windows color (decimal): -7773103 or 5334153. OLE color: 5334153.

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

Color convert

RGB13710081-
CMYK00.270.410.46
HSL20.36º25.69%42.75%-
HSV(B)20.36º40.88%53.73%-
XYZ16.3615.039.82-
YUV108.9112.26148.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=43.08%
G=31.45%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371008100.270.410.4620.3625.6942.75
Hex89645101B292E141a2b
Octal2111441210335156243253
Binary10001001110010010100010110111010011011101010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896451; }

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

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

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

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

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

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

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

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