#8B6149

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

Shades of Spicy Mix #8B6149

Tints of Spicy Mix #8B6149

Color information

#8B6149 (or 0x8B6149) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 49. RGB value is (139,97,73). Sum of RGB (Red+Green+Blue) = 139+97+73=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6149 is #749EB6. Grayscale: #6A6A6A. Windows color (decimal): -7642807 or 4809099. OLE color: 4809099.

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

Color convert

RGB1399773-
CMYK00.300.470.45
HSL21.82º31.13%41.57%-
HSV(B)21.82º47.48%54.51%-
XYZ16.1214.528.26-
YUV106.82108.91150.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=44.98%
G=31.39%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139977300.300.470.4521.8231.1341.57
Hex8B614901E2F2D161f2a
Octal2131411110365755263752
Binary10001011110000110010010111101011111011011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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