#8B604A

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

Shades of Spicy Mix #8B604A

Tints of Spicy Mix #8B604A

Color information

#8B604A (or 0x8B604A) is unknown color: approx Spicy Mix. HEX triplet: 8B, 60 and 4A. RGB value is (139,96,74). Sum of RGB (Red+Green+Blue) = 139+96+74=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B604A is #749FB5. Grayscale: #6A6A6A. Windows color (decimal): -7643062 or 4874379. OLE color: 4874379.

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

Color convert

RGB1399674-
CMYK00.310.470.45
HSL20.31º30.52%41.76%-
HSV(B)20.31º46.76%54.51%-
XYZ16.0714.358.4-
YUV106.35109.75151.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=44.98%
G=31.07%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139967400.310.470.4520.3130.5241.76
Hex8B604A01F2F2D141f2a
Octal2131401120375755243752
Binary10001011110000010010100111111011111011011010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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