#8B6351

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

Shades of Spicy Mix #8B6351

Tints of Spicy Mix #8B6351

Color information

#8B6351 (or 0x8B6351) is unknown color: approx Spicy Mix. HEX triplet: 8B, 63 and 51. RGB value is (139,99,81). Sum of RGB (Red+Green+Blue) = 139+99+81=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6351 is #749CAE. Grayscale: #6D6D6D. Windows color (decimal): -7642287 or 5333899. OLE color: 5333899.

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

Color convert

RGB1399981-
CMYK00.290.420.45
HSL18.62º26.36%43.14%-
HSV(B)18.62º41.73%54.51%-
XYZ16.5915.019.81-
YUV108.91112.25149.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=43.57%
G=31.03%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139998100.290.420.4518.6226.3643.14
Hex8B635101D2A2D131a2b
Octal2131431210355255233253
Binary10001011110001110100010111011010101011011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,81); }

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

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

 a { background-color: rgb(139,99,81); }

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

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

 span { border-color: rgb(139,99,81); }

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