#896149

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

Shades of Spicy Mix #896149

Tints of Spicy Mix #896149

Color information

#896149 (or 0x896149) is unknown color: approx Spicy Mix. HEX triplet: 89, 61 and 49. RGB value is (137,97,73). Sum of RGB (Red+Green+Blue) = 137+97+73=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896149 is #769EB6. Grayscale: #6A6A6A. Windows color (decimal): -7773879 or 4809097. OLE color: 4809097.

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

Color convert

RGB1379773-
CMYK00.290.470.46
HSL22.5º30.48%41.18%-
HSV(B)22.5º46.72%53.73%-
XYZ15.7914.358.24-
YUV106.22109.25149.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=44.63%
G=31.60%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137977300.290.470.4622.530.4841.18
Hex89614901D2F2E161e29
Octal2111411110355756263651
Binary10001001110000110010010111011011111011101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896149; }

 p { color: rgb(137,97,73); }

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

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

 a { background-color: rgb(137,97,73); }

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

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

 span { border-color: rgb(137,97,73); }

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