#8E6451

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

Shades of Spicy Mix #8E6451

Tints of Spicy Mix #8E6451

Color information

#8E6451 (or 0x8E6451) is unknown color: approx Spicy Mix. HEX triplet: 8E, 64 and 51. RGB value is (142,100,81). Sum of RGB (Red+Green+Blue) = 142+100+81=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6451 is #719BAE. Grayscale: #6E6E6E. Windows color (decimal): -7445423 or 5334158. OLE color: 5334158.

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

Color convert

RGB14210081-
CMYK00.300.430.44
HSL18.69º27.35%43.73%-
HSV(B)18.69º42.96%55.69%-
XYZ17.215.469.86-
YUV110.39111.41150.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=43.96%
G=30.96%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421008100.300.430.4418.6927.3543.73
Hex8E645101E2B2C131b2c
Octal2161441210365354233354
Binary10001110110010010100010111101010111011001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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