#8C6357

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

Shades of Spicy Mix #8C6357

Tints of Spicy Mix #8C6357

Color information

#8C6357 (or 0x8C6357) is unknown color: approx Spicy Mix. HEX triplet: 8C, 63 and 57. RGB value is (140,99,87). Sum of RGB (Red+Green+Blue) = 140+99+87=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6357 is #739CA8. Grayscale: #6D6D6D. Windows color (decimal): -7576745 or 5727116. OLE color: 5727116.

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

Color convert

RGB1409987-
CMYK00.290.380.45
HSL13.58º23.35%44.51%-
HSV(B)13.58º37.86%54.9%-
XYZ1715.1911.05-
YUV109.89115.08149.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=42.94%
G=30.37%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140998700.290.380.4513.5823.3544.51
Hex8C635701D262De172d
Octal2141431270354655162755
Binary1000110011000111010111011101100110101101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,87); }

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

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

 a { background-color: rgb(140,99,87); }

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

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

 span { border-color: rgb(140,99,87); }

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