Html Css Color HEX #8E644D Spicy Mix

📋 copy color: '#8E644D'

red 142 ◦ green 100 ◦ blue 77

#8E644D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #8E644D

Tints of Spicy Mix #8E644D

RGB

 RED value IS 142 (55.86% from 255) = 44.51%

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 44.51%
G = 31.35%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E644D (or 0x8E644D) is known color: Spicy Mix. HEX triplet: 8E, 64 and 4D. RGB value is (142,100,77). Sum of RGB (Red+Green+Blue) = 142+100+77=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E644D is #719BB2. Grayscale: #6E6E6E. Windows color (decimal): -7445427 or 5072014. OLE color: 5072014.

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

Color convert

RGB 142 100 77 -
CMYK 0 0.30 0.46 0.44
HSL 21.23º 0.3% 0.43% -
HSV(B) 21.23º 0.46% 0.56% -
XYZ 17.05 15.4 9.1 -
YUV 109.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 142 100 77 0 0.30 0.46 0.44 21.23 0.3 0.43
Hex 8E 64 4D 0 1E 2E 2C 15 1E 2B
Octal 216 144 115 0 36 56 54 25 36 53
Binary 10001110 1100100 1001101 0 11110 101110 101100 10101 11110 101011

Color Harmonies of #8E644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E644D

Black with #8E644D

Text Example


Text Example

White with #8E644D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,100,77); }

 H1.HeaderClassName
 {
   color: #8E644D;
 }
 .AnyTagClassName
 {
   color: #8E644D;
 }
</style>

background-color css

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

 a { background-color: rgb(142,100,77); }

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

border-color css

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

 span { border-color: rgb(142,100,77); }

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