#8E604C

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

Shades of Spicy Mix #8E604C

Tints of Spicy Mix #8E604C

Color information

#8E604C (or 0x8E604C) is unknown color: approx Spicy Mix. HEX triplet: 8E, 60 and 4C. RGB value is (142,96,76). Sum of RGB (Red+Green+Blue) = 142+96+76=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E604C is #719FB3. Grayscale: #6B6B6B. Windows color (decimal): -7446452 or 5005454. OLE color: 5005454.

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

Color convert

RGB1429676-
CMYK00.320.460.44
HSL18.18º30.28%42.75%-
HSV(B)18.18º46.48%55.69%-
XYZ16.6414.648.79-
YUV107.47110.24152.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=45.22%
G=30.57%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142967600.320.460.4418.1830.2842.75
Hex8E604C0202E2C121e2b
Octal2161401140405654223653
Binary100011101100000100110001000001011101011001001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,76); }

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

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

 a { background-color: rgb(142,96,76); }

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

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

 span { border-color: rgb(142,96,76); }

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