#89654D

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

Shades of Spicy Mix #89654D

Tints of Spicy Mix #89654D

Color information

#89654D (or 0x89654D) is unknown color: approx Spicy Mix. HEX triplet: 89, 65 and 4D. RGB value is (137,101,77). Sum of RGB (Red+Green+Blue) = 137+101+77=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89654D is #769AB2. Grayscale: #6D6D6D. Windows color (decimal): -7772851 or 5072265. OLE color: 5072265.

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

Color convert

RGB13710177-
CMYK00.260.440.46
HSL24º28.04%41.96%-
HSV(B)24º43.8%53.73%-
XYZ16.3115.169.09-
YUV109.03109.93147.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=43.49%
G=32.06%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371017700.260.440.462428.0441.96
Hex89654D01A2C2E181c2a
Octal2111451150325456303452
Binary10001001110010110011010110101011001011101100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89654D; }

 p { color: rgb(137,101,77); }

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

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

 a { background-color: rgb(137,101,77); }

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

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

 span { border-color: rgb(137,101,77); }

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