#8B6151

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

Shades of Spicy Mix #8B6151

Tints of Spicy Mix #8B6151

Color information

#8B6151 (or 0x8B6151) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 51. RGB value is (139,97,81). Sum of RGB (Red+Green+Blue) = 139+97+81=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6151 is #749EAE. Grayscale: #6B6B6B. Windows color (decimal): -7642799 or 5333387. OLE color: 5333387.

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

Color convert

RGB1399781-
CMYK00.300.420.45
HSL16.55º26.36%43.14%-
HSV(B)16.55º41.73%54.51%-
XYZ16.4114.639.74-
YUV107.73112.91150.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=43.85%
G=30.60%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139978100.300.420.4516.5526.3643.14
Hex8B615101E2A2D111a2b
Octal2131411210365255213253
Binary10001011110000110100010111101010101011011000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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