#896152

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

Shades of Spicy Mix #896152

Tints of Spicy Mix #896152

Color information

#896152 (or 0x896152) is unknown color: approx Spicy Mix. HEX triplet: 89, 61 and 52. RGB value is (137,97,82). Sum of RGB (Red+Green+Blue) = 137+97+82=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #896152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896152 is #769EAD. Grayscale: #6B6B6B. Windows color (decimal): -7773870 or 5398921. OLE color: 5398921.

HSL color Cylindrical-coordinate representation of color #896152: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896152 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1379782-
CMYK00.290.400.46
HSL16.36º25.11%42.94%-
HSV(B)16.36º40.15%53.73%-
XYZ16.1114.489.93-
YUV107.25113.75149.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=43.35%
G=30.70%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137978200.290.400.4616.3625.1142.94
Hex89615201D282E10192b
Octal2111411220355056203153
Binary10001001110000110100100111011010001011101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896152; }

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

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

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

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

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

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

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

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