#8B6054

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

Shades of Spicy Mix #8B6054

Tints of Spicy Mix #8B6054

Color information

#8B6054 (or 0x8B6054) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 54. RGB value is (139,96,84). Sum of RGB (Red+Green+Blue) = 139+96+84=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6054 is #749FAB. Grayscale: #6B6B6B. Windows color (decimal): -7643052 or 5529739. OLE color: 5529739.

HSL color Cylindrical-coordinate representation of color #8B6054: hue angle of 13.09º 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 #8B6054 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1399684-
CMYK00.310.400.45
HSL13.09º24.66%43.73%-
HSV(B)13.09º39.57%54.51%-
XYZ16.4314.4910.32-
YUV107.49114.75150.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=43.57%
G=30.09%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139968400.310.400.4513.0924.6643.73
Hex8B605401F282Dd192c
Octal2131401240375055153154
Binary1000101111000001010100011111101000101101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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