#8C654B

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

Shades of Spicy Mix #8C654B

Tints of Spicy Mix #8C654B

Color information

#8C654B (or 0x8C654B) is unknown color: approx Spicy Mix. HEX triplet: 8C, 65 and 4B. RGB value is (140,101,75). Sum of RGB (Red+Green+Blue) = 140+101+75=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C654B is #739AB4. Grayscale: #6D6D6D. Windows color (decimal): -7576245 or 4941196. OLE color: 4941196.

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

Color convert

RGB14010175-
CMYK00.280.460.45
HSL24º30.23%42.16%-
HSV(B)24º46.43%54.9%-
XYZ16.7415.398.75-
YUV109.7108.42149.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=44.30%
G=31.96%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401017500.280.460.452430.2342.16
Hex8C654B01C2E2D181e2a
Octal2141451130345655303652
Binary10001100110010110010110111001011101011011100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,75); }

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

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

 a { background-color: rgb(140,101,75); }

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

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

 span { border-color: rgb(140,101,75); }

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