#8B614E

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

Shades of Spicy Mix #8B614E

Tints of Spicy Mix #8B614E

Color information

#8B614E (or 0x8B614E) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 4E. RGB value is (139,97,78). Sum of RGB (Red+Green+Blue) = 139+97+78=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B614E is #749EB1. Grayscale: #6B6B6B. Windows color (decimal): -7642802 or 5136779. OLE color: 5136779.

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

Color convert

RGB1399778-
CMYK00.300.440.45
HSL18.69º28.11%42.55%-
HSV(B)18.69º43.88%54.51%-
XYZ16.314.599.16-
YUV107.39111.41150.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=44.27%
G=30.89%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139977800.300.440.4518.6928.1142.55
Hex8B614E01E2C2D131c2b
Octal2131411160365455233453
Binary10001011110000110011100111101011001011011001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,78); }

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

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

 a { background-color: rgb(139,97,78); }

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

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

 span { border-color: rgb(139,97,78); }

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