#8B604E

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

Shades of Spicy Mix #8B604E

Tints of Spicy Mix #8B604E

Color information

#8B604E (or 0x8B604E) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 4E. RGB value is (139,96,78). Sum of RGB (Red+Green+Blue) = 139+96+78=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B604E is #749FB1. Grayscale: #6A6A6A. Windows color (decimal): -7643058 or 5136523. OLE color: 5136523.

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

Color convert

RGB1399678-
CMYK00.310.440.45
HSL17.7º28.11%42.55%-
HSV(B)17.7º43.88%54.51%-
XYZ16.2114.49.13-
YUV106.8111.75150.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=44.41%
G=30.67%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139967800.310.440.4517.728.1142.55
Hex8B604E01F2C2D121c2b
Octal2131401160375455223453
Binary10001011110000010011100111111011001011011001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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