#896156

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

Shades of Spicy Mix #896156

Tints of Spicy Mix #896156

Color information

#896156 (or 0x896156) is unknown color: approx Spicy Mix. HEX triplet: 89, 61 and 56. RGB value is (137,97,86). Sum of RGB (Red+Green+Blue) = 137+97+86=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896156 is #769EA9. Grayscale: #6B6B6B. Windows color (decimal): -7773866 or 5661065. OLE color: 5661065.

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

Color convert

RGB1379786-
CMYK00.290.370.46
HSL12.94º22.87%43.73%-
HSV(B)12.94º37.23%53.73%-
XYZ16.2714.5410.75-
YUV107.71115.75148.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=42.81%
G=30.31%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137978600.290.370.4612.9422.8743.73
Hex89615601D252Ed172c
Octal2111411260354556152754
Binary1000100111000011010110011101100101101110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896156; }

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

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

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

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

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

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

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

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