Html Css Color HEX #8E624E Spicy Mix

📋 copy color: '#8E624E'

red 142 ◦ green 98 ◦ blue 78

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

Shades of Spicy Mix #8E624E

Tints of Spicy Mix #8E624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 44.65%
G = 30.82%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E624E (or 0x8E624E) is known color: Spicy Mix. HEX triplet: 8E, 62 and 4E. RGB value is (142,98,78). Sum of RGB (Red+Green+Blue) = 142+98+78=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E624E is #719DB1. Grayscale: #6D6D6D. Windows color (decimal): -7445938 or 5137038. OLE color: 5137038.

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

Color convert

RGB 142 98 78 -
CMYK 0 0.31 0.45 0.44
HSL 18.75º 0.29% 0.43% -
HSV(B) 18.75º 0.45% 0.56% -
XYZ 16.9 15.04 9.22 -
YUV 108.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 142 98 78 0 0.31 0.45 0.44 18.75 0.29 0.43
Hex 8E 62 4E 0 1F 2D 2C 13 1D 2B
Octal 216 142 116 0 37 55 54 23 35 53
Binary 10001110 1100010 1001110 0 11111 101101 101100 10011 11101 101011

Color Harmonies of #8E624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E624E

Black with #8E624E

Text Example


Text Example

White with #8E624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,78); }

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

background-color css

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

 a { background-color: rgb(142,98,78); }

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

border-color css

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

 span { border-color: rgb(142,98,78); }

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