#896050

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

Shades of Spicy Mix #896050

Tints of Spicy Mix #896050

Color information

#896050 (or 0x896050) is unknown color: approx Spicy Mix. HEX triplet: 89, 60 and 50. RGB value is (137,96,80). Sum of RGB (Red+Green+Blue) = 137+96+80=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #896050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896050 is #769FAF. Grayscale: #6A6A6A. Windows color (decimal): -7774128 or 5267593. OLE color: 5267593.

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

Color convert

RGB1379680-
CMYK00.300.420.46
HSL16.84º26.27%42.55%-
HSV(B)16.84º41.61%53.73%-
XYZ15.9514.269.5-
YUV106.44113.08149.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=43.77%
G=30.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137968000.300.420.4616.8426.2742.55
Hex89605001E2A2E111a2b
Octal2111401200365256213253
Binary10001001110000010100000111101010101011101000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896050; }

 p { color: rgb(137,96,80); }

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

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

 a { background-color: rgb(137,96,80); }

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

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

 span { border-color: rgb(137,96,80); }

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