#8B6157

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

Shades of Spicy Mix #8B6157

Tints of Spicy Mix #8B6157

Color information

#8B6157 (or 0x8B6157) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 57. RGB value is (139,97,87). Sum of RGB (Red+Green+Blue) = 139+97+87=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6157 is #749EA8. Grayscale: #6C6C6C. Windows color (decimal): -7642793 or 5726603. OLE color: 5726603.

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

Color convert

RGB1399787-
CMYK00.300.370.45
HSL11.54º23.01%44.31%-
HSV(B)11.54º37.41%54.51%-
XYZ16.6414.7310.98-
YUV108.42115.91149.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=43.03%
G=30.03%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139978700.300.370.4511.5423.0144.31
Hex8B615701E252Dc172c
Octal2131411270364555142754
Binary1000101111000011010111011110100101101101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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