#8C604A

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

Shades of Spicy Mix #8C604A

Tints of Spicy Mix #8C604A

Color information

#8C604A (or 0x8C604A) is unknown color: approx Spicy Mix. HEX triplet: 8C, 60 and 4A. RGB value is (140,96,74). Sum of RGB (Red+Green+Blue) = 140+96+74=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C604A is #739FB5. Grayscale: #6A6A6A. Windows color (decimal): -7577526 or 4874380. OLE color: 4874380.

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

Color convert

RGB1409674-
CMYK00.310.470.45
HSL20º30.84%41.96%-
HSV(B)20º47.14%54.9%-
XYZ16.2314.448.41-
YUV106.65109.58151.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=45.16%
G=30.97%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140967400.310.470.452030.8441.96
Hex8C604A01F2F2D141f2a
Octal2141401120375755243752
Binary10001100110000010010100111111011111011011010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,74); }

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

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

 a { background-color: rgb(140,96,74); }

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

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

 span { border-color: rgb(140,96,74); }

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