#8C604F

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

Shades of Spicy Mix #8C604F

Tints of Spicy Mix #8C604F

Color information

#8C604F (or 0x8C604F) is unknown color: approx Spicy Mix. HEX triplet: 8C, 60 and 4F. RGB value is (140,96,79). Sum of RGB (Red+Green+Blue) = 140+96+79=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C604F is #739FB0. Grayscale: #6B6B6B. Windows color (decimal): -7577521 or 5202060. OLE color: 5202060.

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

Color convert

RGB1409679-
CMYK00.310.440.45
HSL16.72º27.85%42.94%-
HSV(B)16.72º43.57%54.9%-
XYZ16.4114.519.33-
YUV107.22112.08151.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=44.44%
G=30.48%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140967900.310.440.4516.7227.8542.94
Hex8C604F01F2C2D111c2b
Octal2141401170375455213453
Binary10001100110000010011110111111011001011011000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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