#896251

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

Shades of Spicy Mix #896251

Tints of Spicy Mix #896251

Color information

#896251 (or 0x896251) is unknown color: approx Spicy Mix. HEX triplet: 89, 62 and 51. RGB value is (137,98,81). Sum of RGB (Red+Green+Blue) = 137+98+81=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #896251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896251 is #769DAE. Grayscale: #6B6B6B. Windows color (decimal): -7773615 or 5333641. OLE color: 5333641.

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

Color convert

RGB1379881-
CMYK00.280.410.46
HSL18.21º25.69%42.75%-
HSV(B)18.21º40.88%53.73%-
XYZ16.1714.659.76-
YUV107.72112.92148.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=43.35%
G=31.01%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137988100.280.410.4618.2125.6942.75
Hex89625101C292E121a2b
Octal2111421210345156223253
Binary10001001110001010100010111001010011011101001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896251; }

 p { color: rgb(137,98,81); }

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

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

 a { background-color: rgb(137,98,81); }

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

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

 span { border-color: rgb(137,98,81); }

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