#8C6349

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

Shades of Spicy Mix #8C6349

Tints of Spicy Mix #8C6349

Color information

#8C6349 (or 0x8C6349) is unknown color: approx Spicy Mix. HEX triplet: 8C, 63 and 49. RGB value is (140,99,73). Sum of RGB (Red+Green+Blue) = 140+99+73=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6349 is #739CB6. Grayscale: #6C6C6C. Windows color (decimal): -7576759 or 4809612. OLE color: 4809612.

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

Color convert

RGB1409973-
CMYK00.290.480.45
HSL23.28º31.46%41.76%-
HSV(B)23.28º47.86%54.9%-
XYZ16.4814.988.33-
YUV108.3108.08150.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=44.87%
G=31.73%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140997300.290.480.4523.2831.4641.76
Hex8C634901D302D171f2a
Octal2141431110356055273752
Binary10001100110001110010010111011100001011011011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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