#8E644E

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

Shades of Spicy Mix #8E644E

Tints of Spicy Mix #8E644E

Color information

#8E644E (or 0x8E644E) is unknown color: approx Spicy Mix. HEX triplet: 8E, 64 and 4E. RGB value is (142,100,78). Sum of RGB (Red+Green+Blue) = 142+100+78=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E644E is #719BB1. Grayscale: #6E6E6E. Windows color (decimal): -7445426 or 5137550. OLE color: 5137550.

HSL color Cylindrical-coordinate representation of color #8E644E: hue angle of 20.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E644E is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14210078-
CMYK00.300.450.44
HSL20.62º29.09%43.14%-
HSV(B)20.62º45.07%55.69%-
XYZ17.0915.429.28-
YUV110.05109.91150.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=44.38%
G=31.25%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421007800.300.450.4420.6229.0943.14
Hex8E644E01E2D2C151d2b
Octal2161441160365554253553
Binary10001110110010010011100111101011011011001010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E644E; }

 p { color: rgb(142,100,78); }

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

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

 a { background-color: rgb(142,100,78); }

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

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

 span { border-color: rgb(142,100,78); }

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