#8B6057

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

Shades of Spicy Mix #8B6057

Tints of Spicy Mix #8B6057

Color information

#8B6057 (or 0x8B6057) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 57. RGB value is (139,96,87). Sum of RGB (Red+Green+Blue) = 139+96+87=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6057 is #749FA8. Grayscale: #6B6B6B. Windows color (decimal): -7643049 or 5726347. OLE color: 5726347.

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

Color convert

RGB1399687-
CMYK00.310.370.45
HSL10.38º23.01%44.31%-
HSV(B)10.38º37.41%54.51%-
XYZ16.5514.5410.95-
YUV107.83116.25150.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=43.17%
G=29.81%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139968700.310.370.4510.3823.0144.31
Hex8B605701F252Da172c
Octal2131401270374555122754
Binary1000101111000001010111011111100101101101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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