#8E6046

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

Shades of Spicy Mix #8E6046

Tints of Spicy Mix #8E6046

Color information

#8E6046 (or 0x8E6046) is unknown color: approx Spicy Mix. HEX triplet: 8E, 60 and 46. RGB value is (142,96,70). Sum of RGB (Red+Green+Blue) = 142+96+70=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6046 is #719FB9. Grayscale: #6A6A6A. Windows color (decimal): -7446458 or 4612238. OLE color: 4612238.

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

Color convert

RGB1429670-
CMYK00.320.510.44
HSL21.67º33.96%41.57%-
HSV(B)21.67º50.7%55.69%-
XYZ16.4414.567.74-
YUV106.79107.24153.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=46.10%
G=31.17%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142967000.320.510.4421.6733.9641.57
Hex8E6046020332C16222a
Octal2161401060406354264252
Binary1000111011000001000110010000011001110110010110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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