#8B6454

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

Shades of Spicy Mix #8B6454

Tints of Spicy Mix #8B6454

Color information

#8B6454 (or 0x8B6454) is unknown color: approx Spicy Mix. HEX triplet: 8B, 64 and 54. RGB value is (139,100,84). Sum of RGB (Red+Green+Blue) = 139+100+84=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6454 is #749BAB. Grayscale: #6D6D6D. Windows color (decimal): -7642028 or 5530763. OLE color: 5530763.

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

Color convert

RGB13910084-
CMYK00.280.400.45
HSL17.45º24.66%43.73%-
HSV(B)17.45º39.57%54.51%-
XYZ16.815.2410.44-
YUV109.84113.42148.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=43.03%
G=30.96%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391008400.280.400.4517.4524.6643.73
Hex8B645401C282D11192c
Octal2131441240345055213154
Binary10001011110010010101000111001010001011011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,84); }

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

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

 a { background-color: rgb(139,100,84); }

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

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

 span { border-color: rgb(139,100,84); }

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