#8B614A

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

Shades of Spicy Mix #8B614A

Tints of Spicy Mix #8B614A

Color information

#8B614A (or 0x8B614A) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 4A. RGB value is (139,97,74). Sum of RGB (Red+Green+Blue) = 139+97+74=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B614A is #749EB5. Grayscale: #6B6B6B. Windows color (decimal): -7642806 or 4874635. OLE color: 4874635.

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

Color convert

RGB1399774-
CMYK00.300.470.45
HSL21.23º30.52%41.76%-
HSV(B)21.23º46.76%54.51%-
XYZ16.1614.538.43-
YUV106.94109.41150.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=44.84%
G=31.29%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139977400.300.470.4521.2330.5241.76
Hex8B614A01E2F2D151f2a
Octal2131411120365755253752
Binary10001011110000110010100111101011111011011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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