#89614D

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

Shades of Spicy Mix #89614D

Tints of Spicy Mix #89614D

Color information

#89614D (or 0x89614D) is unknown color: approx Spicy Mix. HEX triplet: 89, 61 and 4D. RGB value is (137,97,77). Sum of RGB (Red+Green+Blue) = 137+97+77=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89614D is #769EB2. Grayscale: #6A6A6A. Windows color (decimal): -7773875 or 5071241. OLE color: 5071241.

HSL color Cylindrical-coordinate representation of color #89614D: hue angle of 20º 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 #89614D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1379777-
CMYK00.290.440.46
HSL20º28.04%41.96%-
HSV(B)20º43.8%53.73%-
XYZ15.9314.48.96-
YUV106.68111.25149.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=44.05%
G=31.19%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137977700.290.440.462028.0441.96
Hex89614D01D2C2E141c2a
Octal2111411150355456243452
Binary10001001110000110011010111011011001011101010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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