#896354

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

Shades of Spicy Mix #896354

Tints of Spicy Mix #896354

Color information

#896354 (or 0x896354) is unknown color: approx Spicy Mix. HEX triplet: 89, 63 and 54. RGB value is (137,99,84). Sum of RGB (Red+Green+Blue) = 137+99+84=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896354 is #769CAB. Grayscale: #6C6C6C. Windows color (decimal): -7773356 or 5530505. OLE color: 5530505.

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

Color convert

RGB1379984-
CMYK00.280.390.46
HSL16.98º23.98%43.33%-
HSV(B)16.98º38.69%53.73%-
XYZ16.3814.8810.4-
YUV108.65114.09148.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=42.81%
G=30.94%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137998400.280.390.4616.9823.9843.33
Hex89635401C272E11182b
Octal2111431240344756213053
Binary10001001110001110101000111001001111011101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896354; }

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

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

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

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

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

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

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

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