#8B6153

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

Shades of Spicy Mix #8B6153

Tints of Spicy Mix #8B6153

Color information

#8B6153 (or 0x8B6153) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 53. RGB value is (139,97,83). Sum of RGB (Red+Green+Blue) = 139+97+83=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6153 is #749EAC. Grayscale: #6C6C6C. Windows color (decimal): -7642797 or 5464459. OLE color: 5464459.

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

Color convert

RGB1399783-
CMYK00.300.400.45
HSL15º25.23%43.53%-
HSV(B)15º40.29%54.51%-
XYZ16.4814.6610.15-
YUV107.96113.91150.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=43.57%
G=30.41%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139978300.300.400.451525.2343.53
Hex8B615301E282Df192c
Octal2131411230365055173154
Binary1000101111000011010011011110101000101101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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