Html Css Color HEX #8E614B Spicy Mix

📋 copy color: '#8E614B'

red 142 ◦ green 97 ◦ blue 75

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

Shades of Spicy Mix #8E614B

Tints of Spicy Mix #8E614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 45.22%
G = 30.89%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E614B (or 0x8E614B) is known color: Spicy Mix. HEX triplet: 8E, 61 and 4B. RGB value is (142,97,75). Sum of RGB (Red+Green+Blue) = 142+97+75=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E614B is #719EB4. Grayscale: #6C6C6C. Windows color (decimal): -7446197 or 4940174. OLE color: 4940174.

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

Color convert

RGB 142 97 75 -
CMYK 0 0.32 0.47 0.44
HSL 19.7º 0.31% 0.43% -
HSV(B) 19.7º 0.47% 0.56% -
XYZ 16.7 14.81 8.63 -
YUV 107.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 142 97 75 0 0.32 0.47 0.44 19.7 0.31 0.43
Hex 8E 61 4B 0 20 2F 2C 14 1F 2B
Octal 216 141 113 0 40 57 54 24 37 53
Binary 10001110 1100001 1001011 0 100000 101111 101100 10100 11111 101011

Color Harmonies of #8E614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E614B

Black with #8E614B

Text Example


Text Example

White with #8E614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,75); }

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

background-color css

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

 a { background-color: rgb(142,97,75); }

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

border-color css

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

 span { border-color: rgb(142,97,75); }

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