#8E6351

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

Shades of Spicy Mix #8E6351

Tints of Spicy Mix #8E6351

Color information

#8E6351 (or 0x8E6351) is unknown color: approx Spicy Mix. HEX triplet: 8E, 63 and 51. RGB value is (142,99,81). Sum of RGB (Red+Green+Blue) = 142+99+81=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6351 is #719CAE. Grayscale: #6D6D6D. Windows color (decimal): -7445679 or 5333902. OLE color: 5333902.

HSL color Cylindrical-coordinate representation of color #8E6351: hue angle of 17.7º 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 #8E6351 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB1429981-
CMYK00.300.430.44
HSL17.7º27.35%43.73%-
HSV(B)17.7º42.96%55.69%-
XYZ17.115.279.83-
YUV109.8111.75150.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=44.10%
G=30.75%
B=25.16%

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
Decimal142998100.300.430.4417.727.3543.73
Hex8E635101E2B2C121b2c
Octal2161431210365354223354
Binary10001110110001110100010111101010111011001001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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