#8B614F

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

Shades of Spicy Mix #8B614F

Tints of Spicy Mix #8B614F

Color information

#8B614F (or 0x8B614F) is unknown color: approx Spicy Mix. HEX triplet: 8B, 61 and 4F. RGB value is (139,97,79). Sum of RGB (Red+Green+Blue) = 139+97+79=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B614F is #749EB0. Grayscale: #6B6B6B. Windows color (decimal): -7642801 or 5202315. OLE color: 5202315.

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

Color convert

RGB1399779-
CMYK00.300.430.45
HSL18º27.52%42.75%-
HSV(B)18º43.17%54.51%-
XYZ16.3314.69.35-
YUV107.51111.91150.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=44.13%
G=30.79%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139977900.300.430.451827.5242.75
Hex8B614F01E2B2D121c2b
Octal2131411170365355223453
Binary10001011110000110011110111101010111011011001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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