#8E6358

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

Shades of Spicy Mix #8E6358

Tints of Spicy Mix #8E6358

Color information

#8E6358 (or 0x8E6358) is unknown color: approx Spicy Mix. HEX triplet: 8E, 63 and 58. RGB value is (142,99,88). Sum of RGB (Red+Green+Blue) = 142+99+88=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6358 is #719CA7. Grayscale: #6E6E6E. Windows color (decimal): -7445672 or 5792654. OLE color: 5792654.

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

Color convert

RGB1429988-
CMYK00.300.380.44
HSL12.22º23.48%45.1%-
HSV(B)12.22º38.03%55.69%-
XYZ17.3815.3811.29-
YUV110.6115.25150.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=43.16%
G=30.09%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142998800.300.380.4412.2223.4845.1
Hex8E635801E262Cc172d
Octal2161431300364654142755
Binary1000111011000111011000011110100110101100110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,88); }

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

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

 a { background-color: rgb(142,99,88); }

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

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

 span { border-color: rgb(142,99,88); }

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