#8E634F

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

Shades of Spicy Mix #8E634F

Tints of Spicy Mix #8E634F

Color information

#8E634F (or 0x8E634F) is unknown color: approx Spicy Mix. HEX triplet: 8E, 63 and 4F. RGB value is (142,99,79). Sum of RGB (Red+Green+Blue) = 142+99+79=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E634F is #719CB0. Grayscale: #6D6D6D. Windows color (decimal): -7445681 or 5202830. OLE color: 5202830.

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

Color convert

RGB1429979-
CMYK00.300.440.44
HSL19.05º28.51%43.33%-
HSV(B)19.05º44.37%55.69%-
XYZ17.0315.249.44-
YUV109.58110.75151.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=44.38%
G=30.94%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142997900.300.440.4419.0528.5143.33
Hex8E634F01E2C2C131d2b
Octal2161431170365454233553
Binary10001110110001110011110111101011001011001001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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