#896255

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

Shades of Spicy Mix #896255

Tints of Spicy Mix #896255

Color information

#896255 (or 0x896255) is unknown color: approx Spicy Mix. HEX triplet: 89, 62 and 55. RGB value is (137,98,85). Sum of RGB (Red+Green+Blue) = 137+98+85=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896255 is #769DAA. Grayscale: #6C6C6C. Windows color (decimal): -7773611 or 5595785. OLE color: 5595785.

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

Color convert

RGB1379885-
CMYK00.280.380.46
HSL15º23.42%43.53%-
HSV(B)15º37.96%53.73%-
XYZ16.3214.7110.57-
YUV108.18114.92148.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=42.81%
G=30.62%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137988500.280.380.461523.4243.53
Hex89625501C262Ef172c
Octal2111421250344656172754
Binary1000100111000101010101011100100110101110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896255; }

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

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

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

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

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

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

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

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