#8E634A

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

Shades of Spicy Mix #8E634A

Tints of Spicy Mix #8E634A

Color information

#8E634A (or 0x8E634A) is unknown color: approx Spicy Mix. HEX triplet: 8E, 63 and 4A. RGB value is (142,99,74). Sum of RGB (Red+Green+Blue) = 142+99+74=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E634A is #719CB5. Grayscale: #6D6D6D. Windows color (decimal): -7445686 or 4875150. OLE color: 4875150.

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

Color convert

RGB1429974-
CMYK00.300.480.44
HSL22.06º31.48%42.35%-
HSV(B)22.06º47.89%55.69%-
XYZ16.8515.178.52-
YUV109.01108.25151.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=45.08%
G=31.43%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142997400.300.480.4422.0631.4842.35
Hex8E634A01E302C161f2a
Octal2161431120366054263752
Binary10001110110001110010100111101100001011001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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